.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #253177;
	text-decoration: none;
	font-weight: bold;
	height: auto;
	width: auto;
	line-height: 16px;


}
.headers {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #253177;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	width: auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;


}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #912616;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	width: auto;
	line-height: 18px;

}
.headers1 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #253177;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	width: auto;
}
a:hover {
	text-decoration: underline;
}
Currency Converter CSS
.graybox {
	border: solid 1px gray;
}

#graybox {
	border: solid 1px gray;
}

.rateText {
	display:none;  
    font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333399; text-align: center;
}

#smlink {
	display:none;
	font-size: .6em;
	color: #dedede;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#smlink a:link,#smlink a:visited{
color: #7e7e7e; /*Was #dedede.*/
text-decoration: none; }

#smlink a:hover {
color: #7e7e7e; 
text-decoration: underline}
