body
{
	font-size: 90%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1F60A9;
	background-image: url(images/2010/fullbckgd04-2010.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

/* link styles */
A:link    
{
	text-decoration: underline; 
	font-size: 75%;
	color: #1F60A9;
}        
A:visited 
{
	text-decoration: underline;
	font-size: 75%;
	color: #1F60A9;
	
}        
A:active  
{
	text-decoration: underline;
	font-size: 75%;  
	color: #FF0000;
}        
A:hover   
{
	text-decoration: underline;
	font-size: 75%;
	color:#ff0000;
}
A.lrg:link    
{
	text-decoration: underline; 
	font-size: 95%;
	color: #cc1100;
}        
A.lrg:visited 
{
	text-decoration: underline;
	font-size: 95%;
	color: #1F60A9;
	
}        
A.lrg:active  
{
	text-decoration: underline;
	font-size: 95%;  
	color: #FF0000;
}        
A.lrg:hover   
{
	text-decoration: underline;
	font-size: 95%;
	color:#ff0000;
}
A.nav:link    
{
	text-decoration: none; 
	color: #000000;
	font-size: 85%;
	font-weight: bold;
}        
A.nav:visited 
{
	text-decoration: none;
	color: #663300;
	font-size: 85%;
	font-weight: bold;
	
}        
A.nav:active  
{
	text-decoration: none;  
	color: #FF6600;
	font-size: 85%;
	font-weight: bold;
}        
A.nav:hover   
{
	text-decoration: none;
	color:#0000ff;
	font-size: 85%;
	font-weight: bold;
}

/* class styles */
.bigheader 
{  
	 font-size: 16px; 
	 font-weight: bold; 
	 color: #017EA8;
}
.bold 
{  
	font-size: 12px; 
	font-weight: bold;
}
.redbold 
{  
	font-size: larger; 
	font-weight: bold;
	color:#CC0000;
}
.tablefont
{ 
	font-size: 85%;
}
	
.asterisk
{
	font-size:80%;
}
 .verysmall
 {
   font-size:80%;
   }
   
 .maincontent {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 25px;
	background-color:#fff;
	}
.white {
	background-color:#fff;
	}
.whitetext {
	color:#fff;
	font-weight:bold;
	font-size:110%;
	}

/* tags styles */

h2 
{  	
	font-size: 20px; 
	font-weight: bold; 
	color: #006699;
}
h3 
{  
	font-size: 16px; 
	font-weight: bold; 
	color: #E1610B;

}
.bold 
{  
	font-size: 125%; 
	font-weight: bold;
	color:#3e7ee2;
}

   
  /* div styles*/
 #marg {
 	padding-left:25px;
	}
#cellpad {
	padding-left:15px;
	padding-right:15px;
	}
