body {
	margin:0;
	background-image:url(../images/bkg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
table.main {
	background-image:url(../images/bkg_main.png);
	background-repeat:repeat-y;
}
a {
	color: #FFF;
}
a.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}
.menu_body {
	width:1000px;
	height:55px;
	background-image: url(../images/bkg_shade.png);
}
.main_heading {
	font-size: 18px;
	font-weight: bold;
}
.sponsor_heading {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.sub_heading {
	font-size: 14px;
	font-weight: bold;
	color: #00AEEF;
}
.sub_heading2 {
	font-size: 13px;
	color: #00AEEF;
}
.sub_body {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}

