.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
.bluetextbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.Titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	}

	a:link {
	color: #006600;
	font-size: 15px;
	}

a:visited {
	color: #006600;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
