/* Text Classes */
body {
	background-image: url(images/bg_txture.gif);
	background-color: #606C4D;
}
.links:visited {  
	font-style: strong;  
	font-weight: normal;
	font-size: 12px; 
	font-family:  Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none 
}	

.links:link {
   font-style : strong; 
   font-weight : normal; 
   font-size : 12px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #ffffff; 
   text-decoration : none; 
}


.links:hover {
   font-style : strong; 
   font-weight : normal; 
   font-size :12px; 
   font-family:  Arial, Times New Roman, sans-serif; 
   color : #ffffff; 
   text-decoration : underline; 
}


.links:active {
   font-style : strong; 
   font-weight : normal; 
   font-size : 12px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #ffffff; 
   text-decoration : none; 
}


.links2:visited {  
	font-style: strong;  
	font-weight: normal;
	font-size: 11px; 
	font-family:  Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none 
}	

.links2:link {
   font-style : strong; 
   font-weight : normal; 
   font-size : 11px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #ffffff; 
   text-decoration : none; 
}


.links2:hover {
   font-style : strong; 
   font-weight : normal; 
   font-size :11px; 
   font-family:  Arial, Times New Roman, sans-serif; 
   color : #ffffff; 
   text-decoration : underline; 
}


.links2:active {
   font-style : strong; 
   font-weight : normal; 
   font-size : 11px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #ffffff; 
   text-decoration : none; 
}

.bottomnav:visited {  
	font-style: strong;  
	font-weight: normal;
	font-size: 10px; 
	font-family:  Verdana, Arial, Times New Roman, sans-serif;
	color: #001A4D;
	text-decoration: none 
}	

.bottomnav:link {
   font-style : strong; 
   font-weight : normal; 
   font-size : 10px; 
   font-family:  Verdana, Arial, Times New Roman, sans-serif;
   color : #001A4D; 
   text-decoration : none; 
}


.bottomnav:hover {
   font-style : strong; 
   font-weight : normal; 
   font-size :10px; 
   font-family:  Verdana, Arial, Times New Roman, sans-serif; 
   color : #001A4D; 
   text-decoration : underline; 
}


.bottomnav:active {
   font-style : strong; 
   font-weight : normal; 
   font-size : 10px; 
   font-family:  Verdana, Arial, Times New Roman, sans-serif;
   color : #001A4D; 
   text-decoration : none; 
} 



a:link {
	font-weight: bold;
	color: #656042;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #656042;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


