BODY {
SCROLLBAR-FACE-COLOR: #003366;  
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;		
SCROLLBAR-SHADOW-COLOR: #CCCCCC;	
SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;}

/*BACKGROUNDS*/
.outerframe{background:#990000;}   	/*outer frame*/
.tablecontent{background:white;}   	/*main window*/
.topbar{background:#FF9933;}			/*top bar*/
.tabletitle{background:#003366;}		/*table header*/

/*FONTS*/
P{font-family:Arial, Helvetica;color:#003366;font-size:10pt;}		/*main content*/            			   
.title{color:#FF9933;font-size:11pt;font-weight:bold;}		      /*table content*/

/*LINKS*/

A{font-family:Arial,Helvetica;text-decoration:none;}
.link1:link{color:#990000;font-size:11pt;font-weight:bold;}      		/*top nav links*/
.link1:visited{color:#990000;font-size:11pt;font-weight:bold;}
.link1:hover{color:#003366;}
.link1:active{color:#003366;}

.link2:link{color:#990000;font-size:10pt;font-weight:bold;}      		/*content links*/
.link2:visited{color:#990000;font-size:10pt;font-weight:bold;}
.link2:hover{color:#FF9933;}
.link2:active{color:#003366;}

/* 990000 = maroon */
/* FF9933 = gold */
/* 003366 = navy */