a
{
		 font-family: arial;  
		 font-size: 9pt; 
}
a:link
{
     color: #2776cf; 
		 border: 0px; 
		 text-decoration: none;
}

a:visited 
{
 		 color: #2776cf;  
		 text-decoration: none;
} 
a:hover 
{
 		 text-decoration: underline;  
		 color: #666666; 
		 font-weight:none;
}
a:active 
{
     color: #2776cf;   
} 

/*------------------- Header&Footer Nav Styles -----------------------*/
a.headerNav
{
    padding-left: 18px;
		padding-right: 18px;
		font-weight:bold;
}
a.headerNav:link
{
     color: #666666; 
		 border: 0px; 
		 font-family: arial;  
		 font-size:9pt; 
		 text-decoration: none;
}

a.headerNav:visited 
{
 		 color: #666666;  
		 font-family: arial;  
		 font-size: 9pt; 
		 text-decoration: none;
} 
a.headerNav:hover 
{
 		 text-decoration: underline;  
		 font-family:arial; 
		 font-size: 9pt; 
		 color: #2776cf; 
		 font-weight:none;
}
a.headerNav:active 
{
     color: #666666;  
		 font-family: arial;  
		 font-size: 9pt; 
		 text-decoration: none;
} 
/*---------------------------------------------------------------------------------*/
a.footerNav
{
    padding-left: 30px;
		padding-right: 30px;
		font-weight:bold;
}
a.footerNav:link
{
     color: #ffffff; 
		 border: 0px; 
		 font-family: arial;  
		 font-size: 12px; 
		 text-decoration: none;
}

a.footerNav:visited 
{
 		 color: #ffffff;  
		 font-family: arial;  
		 font-size: 12px; 
		 text-decoration: none;
} 
a.footerNav:hover 
{
 		 text-decoration: underline;  
		 font-family:arial; 
		 font-size: 12px; 
		 color: #cccccc; 
		 font-weight:none;
}
a.footerNav:active 
{
     color: #ffffff;  
		 font-family: arial;  
		 font-size: 12px; 
		 text-decoration: none;
} 