BODY { 
	scrollbar-face-color: #4E6ED7;	
	scrollbar-highlight-color: #9EDEFF;	
	scrollbar-3dlight-color: #BCE1FA; 
	scrollbar-darkshadow-color: #324689; 
	scrollbar-shadow-color: #405BB2; 
	scrollbar-arrow-color: #FDBA29; 
	scrollbar-track-color: #FD9B0F; 
	background-color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;  
	}	

A:link { color: #0B07AA; text-decoration: none; }
A:visited { color: #0B07AA; text-decoration: none; }
A:active { color: #0B07AA }
A:hover { color: #D40106}  

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

table.box { border-left: #215096 0px solid; border-right: #215096 0px solid; border-top: #215096 0px solid; border-bottom: #215096 0px solid}

td {font-family: verdana, geneva, sans-serif; font-size: 7.8pt}

.black78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt}
.black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt}

.orange78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #DF7B23}
.orange8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #DF7B23}
 
.blue8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #0E55D1}

.grey78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #818082



