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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1160AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #34485b;
	line-height: 12pt;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #a7e4ff;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:active, .footer a:hover {
	text-decoration: underline;
}
.small_text {
	font-size: 8pt;
}
.smaller_text {
	font-size: 7pt;
}
.error_message {
	font-weight: bold;
	color: #FFFFFF;
}
.program_title {
	font-weight: bold;
	font-size: 11pt;
	text-transform:uppercase;
}
