
/* set margins for body  */
body { margin: 10px 0 0 0; }

/* set color and font info for body and normal table cells */
body, td, tr { color: #000033; 
font-size: 10pt; font-family: arial, sans-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 { font-weight: bold; }
.medInput { width: 275px; }
.smallInput { width: 200px; }
form td { padding: 5px; }
form.upload {
background: #f6f6f6;
padding: 10px;
border: 1px solid gray;
border-color: gray silver silver gray;
}

/* 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: #283D7F}

/* red text */
font.red { color: #CC0000 }
font.blue { color: #283D7F }

/* class of table cells that are the inverse colors */
.emptyalert {background-color: #BB0000; color: #FFFFFF; font-weight: bold; padding: 3"}