.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E7061;
	font-weight: normal;
	display: block;
	}
	
.blacktext {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
	display: block;
	}
	
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E7061;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C9775;
}
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C9775;
	font-weight: bold;

}
.blue {
	font-family: Times New Roman;
	font-size: 14px;
	color: #13408A;
	font-weight: bold;
}


A:hover
{
	font-size: 12px;
	color: #1E7061;
	font-family: Arial,helvetica;
	text-decoration: underline;
}
A:active
{
	font-family: Arial, helvetica;
	font-size: 12px;
	color: #1E7061;
	text-decoration: underline;
}
A:visited
{
	font-family: Arial, helvetica;
	font-size:12px;
	color: #1E7061;
	text-decoration: none;
}
A:visited:hover
{
	font-size: 12px;
	color: #1E7061;
	font-family: Arial,helvetica;
	text-decoration: underline;
}
A:link
{
	font-size: 12px;
	font-family: Arial, helvetica;
	color: #1E7061;
	text-decoration: none;
}