/* CSS Document */
BODY {color: black; background: white;}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}


#menudiv {display: none;}


.page_break_after {
	page-break-after:always;
}
.a65perc {
width:100%
}

.flft{
float:left;
}

.greenField {
    background-color: #006331;
    border-color: #000000;
    border-style: beveled; /*also beveled, double, ridge, and solid */
    border-width: 1;
    color: #FFFFFF;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}

.redField {
    background-color: #990033;
    border-color: #000000;
    border-style: beveled; /*also beveled, double, ridge, and solid */
    border-width: 1;
    color: #FFFFFF;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}