.blue {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	color: #003366;
	text-decoration: none;
}
.blue2 {
	font-size: 11px;
	line-height: 17px;
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.white {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.red {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #990000;
	text-decoration: none;
}
