/* Text Classes */

.links:visited {  
	font-style: normal;  
	font-weight: bold;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #75643f;
	text-decoration: none 
}	

.links:link {
	font-style : normal;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #75643f;
	text-decoration : none;
}


.links:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #75643f;
   text-decoration : underline; 
}


.links:active {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #75643f;
   text-decoration : none; 
}

.links2:visited {  
	font-style: normal;  
	font-weight: bold;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #e9f84a;
	text-decoration: none 
}	

.links2:link {
	font-style : normal;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #e9f84a;
	text-decoration : none;
}


.links2:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #e9f84a;
   text-decoration : underline; 
}


.links2:active {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #e9f84a;
   text-decoration : none; 
}

