/* Text Classes */


TD,BODY{
font-size: 11px; 
font-family:  Verdana, Times New Roman, sans-serif;
color: #FEFFF1;
}

.td2{
font-size: 11px; 
font-family:  Verdana, Times New Roman, sans-serif;
color: #FEFFF1;
}

.links:visited {  
    font-style : normal;
	font-weight : bold;
	font-size: 11px; 
	font-family:  Verdana, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none; 
}	

.links:link {
   font-style : normal;
   font-weight : bold;
   font-size : 11px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #ffffff;
   text-decoration : none; 
}

.links:hover {
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
	font-family:  Verdana, Times New Roman, sans-serif;
	color : #ffffff;
	text-decoration : underline;
}

.links:active {
   font-style : normal;
   font-weight : bold;
   font-size : 11px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color :#ffffff;
   text-decoration : none; 
}

.links2:visited {  
    font-style : normal;
	font-weight : bold;
	font-size: 11px; 
	font-family:  Verdana, Times New Roman, sans-serif;
	color: #bfbfbf;
	text-decoration: none; 
}	

.links2:link {
   font-style : normal;
   font-weight : bold;
   font-size : 11px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color :  #bfbfbf;
   text-decoration : none; 
}

.links2:hover {
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
	font-family:  Verdana, Times New Roman, sans-serif;
	color :  #bfbfbf;
	text-decoration : underline;
}

.links2:active {
   font-style : normal;
   font-weight : bold;
   font-size : 11px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color :  #bfbfbf;
   text-decoration : none; 
}


.links3:visited {  
    font-style : normal;
	font-weight : bold;
	font-size: 14px; 
	font-family:  Verdana, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none; 
}	

.links3:link {
   font-style : normal;
   font-weight : bold;
   font-size : 14px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #ffffff;
   text-decoration : none; 
}

.links3:hover {
	font-style : normal;
	font-weight : bold;
	font-size : 14px;
	font-family:  Verdana, Times New Roman, sans-serif;
	color : #ff9900;
	text-decoration : underline;
}

.links3:active {
   font-style : normal;
   font-weight : bold;
   font-size : 14px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #ffffff;
   text-decoration : none; 
}


#dropmenudiv{
	position:absolute;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 0 solid #000066;
	border-left: 1px solid #000066;
	color: #000066;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #045357;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ccd9e3;
	color: #045357;
}