@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;
}
.body-red {
	font-size: 13px;
	color: #E7333F;
}
.heading {
	font-size: 25px;
	color: #C00;
	line-height: 125%;
	text-align: left;
}
.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;
}
.round-image-corners {   
	background-color: #F5F5F5; /* adjust the background color of the cell */
	background-clip: padding-box; /* this has been added */
	border-radius: 20px;
}