@charset "utf-8";
.headerTable {
	background-image: url(images/header.jpg);
}
body {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #E8EFF5;
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 17px;
	color: #666667;
	font-weight: normal;
}

.leftPanel {
	background-image: url(images/left_panel.jpg);
}
.rightPanel {
	background-image: url(images/right_panel.jpg);
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0066CC;
	font-weight: bold;
	padding-top: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B91F6;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.programmeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	line-height: 16px;
	font-weight: bold;
}
.divider {
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.entryTable {
	background-image: url(images/entry_background.jpg);
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
.galleryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #01009A;
	font-weight: bold;
}
.galleryBackground {
	background-image: url(images/gallery_background.jpg);
}
td .adHead {
	color: #fff;
	text-align: center;
}
.adCost {
	text-align: left;	
}
.sponsor {
	margin: 30px 0 0 0;
}

