/* Text Classes */

.links:visited {  
	font-style: normal;  
	font-weight: bold;
	font-size: 12px; 
	font-family:  Verdana, Arial;
	color: #ffffff;
	text-decoration: none 
}	

.links:link {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : #ffffff; 
   text-decoration : none; 
}

.links:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size :12px; 
   font-family:  Verdana, Arial; 
   color : #D8D9DD; 
   text-decoration : none; 
}

.links:active {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : #ffffff; 
   text-decoration : none; 
}

.links2:visited {  
	font-style: normal;  
	font-weight: bold;
	font-size: 12px; 
	font-family:  Verdana, Arial;
	color: black;
	text-decoration: none 
}	

.links2:link {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : black; 
   text-decoration : none; 
}

.links2:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size :12px; 
   font-family:  Verdana, Arial; 
   color : #720606; 
   text-decoration : none; 
}

.links2:active {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : black; 
   text-decoration : none; 
}


.content2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: black;  
margin-top: 0; 
margin-bottom: 5px;}