body {
	background-color: #b1b1b1;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 14px;
	color: #FFFFFF;
}

.center { 
text-align: center;
}
.noBG { background:none; }

#header table { 
margin-left: auto;
margin-right: auto;
margin-top:50px;
}

.headerBG {background-image:url(img/Header-bg.gif); }

#content table {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
.contentBG{
	background-image:url(img/content-whiteBG.jpg);
	background-repeat: repeat;
}
.contentBlackBG{
	background-image:url(img/content-BlackBG.jpg);
	background-repeat: repeat;
}
.contentWhiteLeftBG { background-image:url(img/content-whiteLeftBG.jpg); background-repeat:repeat; }
.contentWhiteRightBG { background-image:url(img/content-whiteRightBG.jpg); background-repeat:repeat; }

.contentredBG { background-image:url(img/content-redBG.jpg); background-repeat:repeat; }
.contentEnterCode { background-image:url(img/content-EnterCode.jpg); background-repeat:no-repeat; }

.contentRedBoxBG { background-image:url(img/content-redboxBG.gif); background-repeat:repeat; }


#footer table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.footerBG { 
	background-image:url(img/footer-BG.jpg);
	background-repeat: repeat;
}
.footer { color:#cccccc; text-align:left; font-size:9px;}
.footer a {color:#cccccc; }
.footer a:hover { color:#cc1a2c; }

.smallText {
 	color:#cccccc; 
	font-size:10px;
	font-weight: bold;
}
.text12px {font-size:12px; font-weight:bold;}

.inputText {background-color: #ededed; font-size: 10px; width:85%; }
.inputTextRequired {background-color: #ffcccc; font-size: 10px; width:85%; }

.code {background-image:url(img/codeBG.gif); background-repeat:no-repeat; }
.moveBack1 {margin-left:-1px;}

a.white {color:White; }
a.white:hover {color:#95170f; text-decoration:none; }
.topBlack {background-image:url(img/content-TopBlack3.gif); }
.midBlack {background-image:url(img/content-MidBlack3.gif); }
.bottomBlack {background-image:url(img/content-bottomBlack.gif); }