body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(BG.jpg);
	background-position:left top;
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
}
img {
	border:#666 1px solid;
}
.blackLinks {
color: #999;
text-decoration: none;
font-size:11px;
font-weight:800;
}
.blackLinks a:link {
color: #B9DCFF;
text-decoration: none;
}
.blackLinks a:visited {
color: #B9DCFF;
text-decoration: none;
}
.blackLinks a:hover {
color:#FFF;
text-decoration: none;
}
.blackLinks a:active {
color: #B9DCFF;
text-decoration: none;
}
.whiteLinks {
color: #FFF;
text-decoration: none;
}
.whiteLinks a:link {
color: #FFF;
text-decoration: none;
}
.whiteLinks a:visited {
color: #999;
text-decoration: none;
}
.whiteLinks a:hover {
color: #91C8FF;
text-decoration: none;
}
.whiteLinks a:active {
color: #FFF;
text-decoration: none;
}

/* Start Header banner box style */
#headerBox {
	background-image:url(headerBG.png);
	width:916px;
	height:44px;
	overflow:hidden; 
}
#headerBox img {
	border:none;
}
/* End Header banner box style */

/* Start optionsMenu */
#option{
display:none;
}
#option img{
border:none;
}
.toggle img {
	border:none;
}
/* End optionsMenu */

/* Start pageBG */
#pageBG {
	background-image:url(pageBG.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#pageBG_black {
	background-image:url(pageBG_black.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
/* End pageBG */

/* Start leftNav */
#leftNav {
color: #333;
text-decoration: none;
font-size:13px;
}
#leftNav a:link {
color: #80BFFF;
text-decoration: none;
}
#leftNav a:visited {
color: #80BFFF;
text-decoration: none;
}
#leftNav a:hover {
color: #CEE7FF;
text-decoration: none;
}
#leftNav a:active {
color: #80BFFF;
text-decoration: none;
}

/* End leftNav */

/* Start Main Links */

a:link {
color: #82C0FF;
text-decoration: none;
}
a:visited {
color: #CCC;
text-decoration: none;
}
a:hover {
color: #D2E9FF;
text-decoration: none;
}
a:active {
color: #82C0FF;
text-decoration: none;
}
/* End Main Links */





.whiteText {
	color:#FFF;
}
.brightRedText {
	color:#FF0000;
}
.blueText {
	color:#069;
}
.lightblueText {
	color: #0CF;
}

.greenText {
	color: #0F0;
}
.orangeText {
	color: #F90;
}
.blueGreenText {
	color: #0C9;
}
.liteGreyText {
	color: #AAA;
}
.greyText {
	color: #666;
}
.greyText2 {
	color:#999;
}
.black {
	color:#000;
}

.size10{
	font-size:10px;
}
.size11{
	font-size:11px;
}
.size12{
	font-size:12px;
}
.size14{
	font-size:14px;
}
.size15{
	font-size:15px;
}
.size16{
	font-size:16px;
}
.size17{
	font-size:17px;
}
.size18{
	font-size:18px;
}


#footer {
bottom: 0px;
clear: both;
position: fixed;
width:100%;
height:12px;
background-image:url(footerBG.jpg);
padding:3px;
font-size:10px;
}


.hoverinfo{
position: relative;
z-index: 0;
}
.hoverinfo:hover{
background-color: transparent;
z-index: 50;
}
.hoverinfo span{ 
position: absolute;
width: 342px;
background-color: transparent;
left: -1000px;
visibility: hidden;
text-decoration: none;
}
.hoverinfo:hover span{ 
visibility: visible;
top: 124px;
left: -91px; 
}
.hoverTop {
	background-image:url(boxTop1.jpg);
	width:342px;
	height:23px;
}