a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #871F2A;
}
.red_header {
	color: #871F2A;
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #CE9C00;
}
td, tr, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}