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

body {
	background-color: #231f20;
	background-image: url(images/top_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #FFFFFF;
}
.larger_text {
	font-size: 11pt;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5e5e5e;
	line-height: 18pt;
}
.footer a:link, .footer a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
.breadcrumb {
	font-size: 7pt;
	color: #999999;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #FFFFFF;
	text-decoration:underline;
}.program_title {
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
}
.program_details {
	font-size: 8pt;
}
.program_details_dark {
	font-size: 8pt;
	color: #999999;
}
.program_title_bigger {
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: normal;
}
.small_text {
	font-size: 8pt;
}
.error_message {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.top_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
