


/* set margins for body  */
body { margin-top: 0px; margin-left: 35px; margin-right: 0px; margin-bottom: 0px }

/* set color and font info for body and normal table cells */
body, td, tr { background-color: #FFFFFF; color: #555555; 
font-size: 12pt;  line-height: 24px; letter-spacing: 1.4px; font-family: times new roman, serif }

/* set scrollbar info for body */
body {
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #283D7F;
scrollbar-track-color: #283D7F;
scrollbar-highlight-color :#283D7F;
scrollbar-darkshadow-color: #1D2D60; 
}

/* sets color and font for input tags  */
input, select, textarea { background-color: #FFFFFF; color: #000000; border-color: #000000; 
	border-style: solid; border-width: 2px;
	font-size: 9pt; font-weight: bold; font-family: arial, serif;}

/* indent class ability  */
.indent { text-indent:1cm }

/* make all images have no borders  */
img { border-width: 0px }

/* make all tables have no borders, cellpadding, set color  */
table, td, tr { border-style: none; padding: 0px; margin: none;} 

/* set color, bold, and underlining for regular links */
A:link, A:active, A:visited { text-decoration: none; color:#5872C7; font-weight:bold }
A:hover { text-decoration: underline}

/* class of table cells that are the inverse colors */
.greycell {background-color: #3D4148; color: #FFFFFF}
.greycell A:link, .greycell A:active, .greycell A:visited { color: #5872C7 }

/* class of table cells that are the inverse colors */
.whitecell {background-color: #EFEEEE; color: #000000}
.whitecell A:link, .whitecell A:active, .whitecell A:visited { color: #283D7F }

/* assign padding */
.pad { padding: 5 }

/* CUSTOM ONES */

/* border pic */
img.borderpic { border-style: solid; border-width: 1px; border-color: #223683}

/* red text */
font.red { color: #CC0000 }
font.blue { color: #283DBF }
font.grey { color: #999999 }

/* radio boxes and check boxes text */
input.checkorradio { background-color: #EFEEEE; border-style: none; }

/* class of table cells that are the inverse colors */
.emptyalert {background-color: #BB0000; color: #FFFFFF; font-weight: bold; padding: 3"}
