@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.headline {
	color: #660000;
	font-size: xx-large;
	font-weight: bold;
}
.subhead {
	color: #660000;
	font-weight: bold;
}
.footer {
	color: #ffcc33;
	font-size: 9px;
	text-align: center;
}
a:link, a:visited, a:active a:hover {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

