.red_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2232A;
	text-decoration: none;
	line-height: 18px;
}
.blue_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F2973;
	text-decoration: none;
	line-height: 18px;
}
body {
	background-color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}