.font {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
.underlineBoldBlack {


	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.font:hover {



	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}
a.font:active {
	font-family: Arial;
	font-size: 14px;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.font:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #663366;
	text-decoration: underline;
}
