.nav
{ font-family: Verdana; 
  font-size: 10px; 
  color: #3333cc; 
  font-weight:bold;  
  text-decoration: none}
 
.normal
{ font-family: Verdana; 
  font-size: 12px; 
  color: 330066; 
  LETTER-SPACING: 1px;
  font-weight:normal;  
  text-decoration: none}
  
.Hnormal
{ font-family: Verdana; 
  font-size: 13px; 
  color: 330066; 
  font-weight:bold;  
  text-decoration: none}
  
.tnormal {
  font-family: Verdana;
  font-size: 12px; 
  color: 330066;
  text-decoration: none} 
  
  .SMnormal
{ font-family: Verdana; 
  font-size: 10px; 
  color: 330066; 
  LETTER-SPACING: 0px;
  font-weight:normal;  
  text-decoration: none}
  
.tgrey{
  font-family: tahoma;
  font-size: 11px;
  color: 6E6E6E;
  text-decoration: none}
  
  /* hyperlink style for the site links*/
A:link {
   text-decoration:   underline;
   border-color: #330066;      
}
A:hover	{	
	text-decoration:	underline;
	color:	#330066; 
}		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
	



