@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
}
.bodyBG {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
.whiteBG {
	background-color: #FFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	font-style: italic;
}
.bodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: left;
}
.footerBG {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f5f5f;
}

.silverBG {
	background-color: #f1f1f1;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 18px;
}
.bodyText2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: left;
}
.footerTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
.footerText a {
	color: #666;
	text-align: left;
}
.footerText a:hover {
	color: #9F0;
}
.bgMenu {
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
}

