@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 175%;
}
.body-white {
	font-size: 13px;
	color: #FFFFFF;
}
.heading {
	font-size: 25px;
	color: #C00;
}
.sub-head {
	font-size: 18px;
	color: #333;
}
.sub2-head {
	font-size: 12px;
	color: #333;
}
.caption {
	font-size: 10px;
	color: #333;
}
.programtext {
	font-size: 11px;
	color: #333;
	line-height: 115%;
}
.programtext-red {
	font-size: 11px;
	color: #E7333F;
	line-height: 115%;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #C00;
}