.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bluetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #021733;
}
.redtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.boldred14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.boldblue14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #021733;
	font-weight: bold;
}
.boldbasic14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.basictext a {
	color: #333333;
	text-decoration: none;
}
.basictext a:hover {
	color: #666666;
	text-decoration: underline;
}
.boldred a {
	color: #CC0000;
	text-decoration: none;
}
.boldred a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.boldblue a {
	color: #021733;
	text-decoration: none;
}
.boldblue a:hover {
	color: #021733;
	text-decoration: underline;
}
.boldbasic a {
	color: #333333;
	text-decoration: none;
}
.boldbasic a:hover {
	color: #333333;
	text-decoration: underline;
}
.bluetext a {
	color: #021733;
	text-decoration: none;
}
.bluetext a:hover {
	color: #021733;
	text-decoration: underline;
}
.redtext a {
	color: #CC0000;
	text-decoration: none;
}
.redtext a:hover {
	color: #CC0000;
	text-decoration: underline;
}
