@charset "UTF-8";
body {
	background-color: #8c8d8d;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
}
.back {
	font-size: 11px;
	text-align: right;
}
.programBgTop {
	font-size: 18px;
	font-weight: 200;
	color: #FFFFFF;
	background-image: url(../images/program_bg_top.jpg);
	text-align: center;
	height: 28px;
	padding-top: 7px;
}
.programBgMiddle {
	background-image: url(../images/program_bg_middle.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
}
.programBgBottom {
	background-image: url(../images/program_bg_bottom.jpg);
	height: 39px;
	font-size: 10px;
	color: #394760;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: left;
}
.bgTop {
	background-image: url(../images/bg_top.jpg);
	height: 94px;
}
.programText {
	font-size: 16px;
	color: #28324a;
}
.bgWhite {
	background-image: url(../images/bg_white.jpg);
	background-repeat: repeat-y;
}
.copyright {
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
}
.footer {
	font-size: 16px;
	color: #28324a;
	font-weight: 100;
}
a:link {
	color: #28324a;
	text-decoration: none;
}
a:visited {
	color: #28324a;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #28324a;
	text-decoration: none;
}
.headerHoliday {
	font-size: 18px;
	font-weight: bold;
}
