@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background: #FFF url(../images/page_bg.jpg) repeat-x left top;
	margin: 0;
}
a:link {
	color: #0b63b5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #930;
}
a:hover {
	text-decoration: none;
	color: #0b63b5;
}
a:active {
	text-decoration: underline;
	color: #0b63b5;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0.3em 0
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h1 + p{
	margin-top:0.8em;
}
img{
	border:none;
}
.container{
	margin:0 20px;
}
table.noBorder{
	border-collapse:collapse;
}
table.noBorder td, table.noBorder th{
	border:none;
	padding:2px;
	margin:0;
	vertical-align:top;
	text-align:left;
}
table.thumbnails{
	width:90%;
	float:none;
	margin:0 auto;
}
table.thumbnails td{
	text-align:center;
	padding:0;
}
table.program th{
	padding-right:20px;
	width:80px;
}
.fullWidth{
	width:100%;
}
.blueText{
	color:#3399cc;
}
