
/* set margins for body  */
body { margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px }

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

/* set scrollbar info for body */
body {
scrollbar-shadow-color: #E48B00; 
scrollbar-3dlight-color: #E48B00; 
scrollbar-arrow-color: #E48B00;
scrollbar-face-color: #57421A;
scrollbar-track-color: #57421A;
scrollbar-highlight-color :#57421A;
scrollbar-darkshadow-color: #000000; 
}

/* sets color and font for input tags  */
input, select, textarea { background-color: #000000; color: #E48B00; border-color: #57421A; 
	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:#57421A; font-weight:bold }
A:hover { text-decoration: underline}

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

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

.authorsspacing { line-height: 24px }
