.FONT {
font-size:12px;
color:#666666;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: normal;
line-height: 16px;
padding-left: 2px;
padding-right: 2px;
	}
	
.DottedVertical {

background-image: url(../images/dotted_vert.gif);
background-repeat: repeat-y;
	}
	
.DottedHorizontal  {
background-image: url(../images/dotted_hor.gif);
background-repeat: repeat-x;
}


a:hover  {
     text-decoration: none;
     color: #5b7b86;
     background-color: #D7E8E3;}
	 
	 
.nounderline {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
	}
	 
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF0000;
	
}	 
	 
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fdfc94;
	color:#333333;
	
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF0000;
	
}