
  body  {
	scrollbar-face-color: #204281;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
	background-image : url("images/bg.jpg");
	background-repeat : repeat-x;
	background-color : #CBDEED;
}

/* body font */
   BODY, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size : 8pt;
	line-height:17px;
}

/* headers */
  font.headerwhite {
	color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	letter-spacing: 3px;
} 
  font.headerblue {
	color : #7DAAD4;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	letter-spacing: 3px;
} 

/* navlinks*/
.nav:link { 
   color: #2367A6;
   text-decoration: underline;
   font-weight : bold;
   padding-right: 3px;
   padding-left: 3px;
   } 
   
.nav:visited{
	color: #2367A6;
	text-decoration: underline;
	font-weight : bold;
	padding-right: 3px;
	padding-left: 3px;
} 
   
.nav:active { 
    color: #2367A6; 
    text-decoration: underline;
	font-weight : bold;
	padding-right: 3px;
	padding-left: 3px;
   } 
   
.nav:hover {
	color: white;
	text-decoration: none;
	font-weight : bold;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #2367A6;
}

.navwhite:link { 
   color: white;
   text-decoration: underline;
   font-weight : bold;
   padding-right: 3px;
   padding-left: 3px;
   } 
   
.navwhite:visited{
	color: white;
	text-decoration: underline;
	font-weight : bold;
	padding-right: 3px;
	padding-left: 3px;
} 
   
.navwhite:active { 
    color: white; 
    text-decoration: underline;
	font-weight : bold;
	padding-right: 3px;
	padding-left: 3px;
   } 
   
.navwhite:hover {
	color: #2367A6;
	text-decoration: none;
	font-weight : bold;
	padding-right: 3px;
	padding-left: 3px;
	background-color: white;
}

/* links */
a:link { 
   color: #54799B;
   text-decoration: underline;
   } 
   
   a:visited{
	color: #54799B;
	text-decoration: underline;
} 
   
   a:active { 
    color: #54799B; 
    text-decoration: underline;
   } 
   
   a:hover {
	color: black;
	text-decoration: underline;
}