.normaltext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.normalbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a.normaltext:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.normalbold:hover {
	color: #FF6600;
	text-decoration: underline;
}
.text2 {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.colorchange {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
