BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #FFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #838283;
	SCROLLBAR-SHADOW-COLOR: #838283;
	SCROLLBAR-3DLIGHT-COLOR: #FFF;
	SCROLLBAR-ARROW-COLOR: #838283;
	SCROLLBAR-TRACK-COLOR: #FFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFF;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;

}

a, td, p {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height:1.3em;

}



a:link {color: #fff; text-decoration:underline; }
a:visited {color: #fff; text-decoration:underline; }
a:hover {color:#ff9900; text-decoration:underline; }
a:active {color: #fff; text-decoration:none; } 

a.whitelink:link {color: white; text-decoration:underline; }
a.whitelink:visited {color: white; text-decoration: underline; }
a.whitelink:hover {color: yellow; text-decoration: underline; }
a.whitelink:active {color: white; text-decoration:underline; } 



.bold {
	color: #fff;
	font-weight:bold;
}

.submenu {
	color: #ffb900;
	font-weight:bold;
	text-transform:uppercase;
}




