td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #CC0000;
	font-style: italic;
	text-transform: uppercase;


}
.subHeader {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-transform: none;


}
.caption {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.underline {
	text-decoration: underline;
	font-style: italic;
}
a {
	color: #CC0000;
}
.underlineItalic {
	font-style: italic;
	text-decoration: underline;
}
