
/* set margins for body  */
body { margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; background-color: #F1F1FF}

/* set color and font info for body and normal table cells */
body, td, tr {color: #000000; 
font-size: 9pt; font-family: arial, serif }

/* set scrollbar info for body */
body {
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #F68B1F;
scrollbar-face-color: #2F3192;
scrollbar-track-color: #2F3192;
scrollbar-highlight-color :#2F3192;
scrollbar-darkshadow-color: #000000; 
}

/* sets color and font for input tags  */
input, select, textarea { background-color: #FFFFFF; color: #000000 border-color: #000000; 
	border-style: solid; border-width: 2;
	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: 0 }

/* make the exception, the image with a border  */
img.borderpic { border-width: 1; border-color: 2F3192; border-style: solid }

/* make all tables have no borders, cellpadding, set color  */
table, td, tr { border-style: none; padding: 0; margin: none;} 

/* set color, bold, and underlining for regular links */
A:link, A:active, A:visited { text-decoration: none; color:#F68B1F; font-weight:bold }
A:hover { text-decoration: underline}

/* class of table cells that are the inverse colors */
.inverse {background-color: #FFF8EF; color: #000000}
.inverse A:link, .inverse A:active, .inverse A:visited { color: #2F3192 }

/* assign padding */
.pad { padding: 5 }

/* CUSTOM CLASSES */

.column_blue {background-color: #D7D8FD; color: #000000; font-size: 11; padding: 5}
.column_blue A:link, .column_blue A:active, .column_blue A:visited { color: #F68B1F }

.column_orange {background-color: #FFEAD5; color: #000000; font-size: 11; padding: 3}
.column_orange A:link, .column_orange A:active, .column_orange A:visited { color: #2F3192 }

.gavabox {background-color: #668844; color: #FFEAD5; padding: 5;
border-width: 1; border-style: solid; border-color: #FFEAD5}
.gavabox A:link, .gavabox A:active, .gavabox A:visited { color: #FFFFFF }

font.gavared {color: #EAB3B3}
font.gavagreen {color: #446622}
font.white {color: #FFFFFF}
font.blue {color: #2F3192}