/* CSS Document */

a, img {
	border: 0px;
	}
	
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
}

.maintable{
	background-color: white;
	height: 100%;
	border-left: solid 1px white;
	border-right: solid 1px white;
	width: 793px;
	}

.bannercell {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 792px;
	height: 180px;
	text-align: right;
	color: white;
	vertical-align: top;
	}
.bannertext {
	padding: 10px;
	color: #fe0000;
	vertical-align: top;
	}
.bannertext a:link, .bannertext a:active, .bannertext a:visited{
	color: white;
	text-decoration: none;
}

 .bannertext a:hover {
 	text-decoration: underline;
 }

.bottomnav{
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	color: #999999;
	font-size: 12px;
	}
	
.bottomnav a:link, .bottomnav a:active, .bottomnav a:visited{
	color: #333333;
	text-decoration: none;
	}

.bottomnav a:hover{
	color: #333333;
	text-decoration: underline;
	}

.maincell {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	}

.breadcrumbs {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	height: 35px;
	text-decoration: none;
	}
	
.breadcrumbs a:active, .breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	}

.breadcrumbs a:hover {
	text-decoration: underline;
	}

.topnav {
	text-align: center;
	vertical-align: top;
	height: 31px;
	}

hr {
	color: #CCCCCC;
	width: 95%;
	text-align: center;
	}

h3, h3 a:link, h3 a:active, h3 a:visited {
	color: #fe0000;
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: underline;
	}

h4, h4 a:link, h4 a:active, h4 a:visited {
	color: #fe0000;
	text-decoration: none;
	}

h4 a:hover {
	text-decoration: underline;
	}
.newslettertable td{
	vertical-align: top;
	padding: 10px;
	}

.newslettertable h3,.newslettertable h3 a:link,.newslettertable h3 a:active,.newslettertable h3 a:visited {
	color: #fe0000;
	text-decoration: none;
	}

h3.newslettertable a:hover {
	text-decoration: underline;
	}

.newslettertable h2,.newslettertable h2 a:link,.newslettertable h2 a:active,.newslettertable h2 a:visited {
	color: #fe0000;
	text-decoration: none;
	}

h2.newslettertable a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #0066CC;
	}
a:active {
	color: #FF0000;
	}

.hometable td {
	vertical-align: top;
	padding: 5px;
	}

.hometableright {
	border-right: 1px solid #CCCCCC;
	}
