.Banner1Header {
	font-size: 20px;
	color: #1087EB;
	font-weight: normal;
}
.Banner2Header {
	font-size: 20px;
	color: #6FBB10;
	font-weight: normal;
}
.Banner3Header {
	font-size: 20px;
	color: #E52A12;
	font-weight: normal;
}
.BannerText {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
.BannerSub {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#BodyBack {
	background-image: url(images/template/body.jpg);
}
#TopBack {
	background-image: url(images/template/top.jpg);
	height: 242px;
}
#Banner1 {
	background-image: url(images/template/banner1.jpg);
	height: 167px;
	width: 261px;
	background-repeat: no-repeat;
	background-position: center;
}
#Banner2 {
	background-image: url(images/template/banner2.jpg);
	height: 167px;
	width: 258px;
	background-repeat: no-repeat;
	background-position: center;
}
#Banner3 {
	background-image: url(images/template/banner3.jpg);
	height: 167px;
	width: 261px;
	background-repeat: no-repeat;
	background-position: center;
}
#Footer {
	background-image: url(images/template/bottom.jpg);
	height: 85px;
	font-size: 10px;
}
body,td,th {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #666;
}
