html,body,form,ul,ol,li,div,p,h1,h2,h3,h4,h5,input,textarea,select { margin:0; padding:0; }
li,th,td,div,p,a,h1,h2,h3,h4,h5,input,select,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
li { list-style-type:none; }
img { display:block; border:none; }
a {
	text-decoration:none;
	font-size: 11px;
	color: #0CC02E;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	text-decoration:none;
	color: #060;
}
.txt, textarea, select { color:#333333; width:275px; padding:3px; border:1px solid #333333; }
textarea { height:120px; }
.btn { width:100px; margin-top:10px; padding:3px; cursor:pointer; }
HTML {
	height: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
}
table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
}
.classtable {
	width: 100%;
	vertical-align: top;
	margin: 0px;
	height: 100%;
	background-image: url(../gfx/logos.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.vtop {
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	padding: 0px;
	width: 1000px;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:1;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color: transparent;
	background-image: url(../gfx/pattern.png);
	background-repeat: repeat;
	background-position: left top;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(/gfx/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	min-height: 100%;
	height: 100%;
	position: relative;
	padding: 0px;
	vertical-align: top;
}

#text {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 30px;
	background-image: url(../gfx/logo2.png);
	background-repeat: no-repeat;
}
#text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 195px;
	margin-left: 20px;
}
.green {
	font-size: 14px;
	color: #0C0;
}

#text p.p2 {
	width: 155px;
	margin-left: 80px;
}
#text p.p3 {
	width: 165px;
	margin-left: 80px;
}
#text p.p4 {
	width: 175px;
	margin-left: 40px;
}
#clear {
	clear: both;
}
