/* CSS Document */
#wrapper {
 width:768px;
 margin: 0 auto; 
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: underline;
	color:#ff9900;
}
a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #ff990;
}

a.hidden:active {
  color: #ff9900;
}

.banner {background-image:url(../images/banner.png); background-repeat:no-repeat; width:768px; height:170px; text-align:right;}
.left {text-align:left;}
.style1 {color: #CCCCCC; text-align:left; font-size:11px;}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	text-align:left; font-size:11px;
}
.bg1{background-image:url(../images/bg.png); background-repeat:no-repeat; background-position:bottom right; width:521px; height:377px; background-color:#FFFFFF;}
.content {padding:15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:18px;}
a.content:link {color:#ff9900;}

#Layer1 {
	position:absolute;
	width:500px;
	height:290px;
	z-index:1;
	overflow: auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#cccccc;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
	filter: Alpha(Opacity=100);
}