body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.mainBG {
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat;
}
.footer {
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat;
}
.logobg {
	background-image: url(images/logoBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.transBG {
	background-image: url(images/transBG.png);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FFAC10;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.whiteTxt {
	color: #FFFFFF;
}
.BG-BLUE {
	background-image: url(images/BLUE.jpg);
	background-repeat: repeat;
}
