.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.subBlue {
	text-transform: uppercase;
	color: #09357A;
	font-weight: bold;
}
.subRed {
	font-weight: bold;
	color: #FF3600;
}
a:link {
	color: #09357A;
	text-decoration: underline;
}
a:hover {
	color: #FF3600;
	text-decoration: none;
}
a:visited {
	color: #09357A;
	text-decoration: underline;
}
