@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: 5px;
}
.table-heading {   
	padding: 10px 10px;
	background-color: #C00; /* adjust the background color of the cell */
	color: #FFF; /* adjust the color of the font inside the cell */
	font: 15px;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-pink {   
	padding: 10px 10px;
	background-color: #FFF4F4; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-light-red {   
	padding: 10px 10px;
	background-color: #F9C5AF; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-orange {   
	padding: 10px 10px;
	background-color: #F9DAA8; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-grey {   
	padding: 10px 10px;
	background-color: #E7E7E7; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-mauve {   
	padding: 10px 10px;
	background-color: #E0DAFF; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-blue {   
	padding: 10px 10px;
	background-color: #DADFFF; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
.table-white {   
	padding: 10px 10px;
	background-color: #FFFFFF; /* adjust the background color of the cell */
	color: #333; /* adjust the color of the font inside the cell */
	font: 11px;
	text-align: left;
	line-height: 100%;
	vertical-align: top;
	border: #ffffff 1px solid;
    border-top: none;
    border-right: none;
}
