body {
	background-color: #020202;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img/landing/hg.jpg);
}

body,td,th {
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.button {
	height: 22px;
	width: 100px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.input {
	/* background-image: url("../img/input.jpg"); */
	color: #000;
	font-size: 11px;
	height: 20px;
	width: 170px;
	border: 1px solid #000;
	background-color: transparent;
}

.input2 {
	color: #000;
	font-size: 11px;
	height: 16px;
	width: 220px;
	border: 1px solid #cc0000;
	background-color: #fff;
}



a.gwsplink {
	font-size: 11px;
	color: #000000;
}
a.gwsplink2 {
	font-size: 11px;
	color: #ffffff;
}

a.fs9 {
	color: #aaa;
	font-size: 9px;
}
.f9txt {
	font-size: 9px;
}
.fs10-black {
	font-size: 10px;
	color: #000000;
}
.red {
	font-weight: normal;
	color: #FF0000;
}
.bsg {
	color: #af7b31;
	font-weight: bold;
}

#container{
    position:absolute;
    left:50%;
    top:50%;
    width: 800px;
    height: 750px;
    margin-left:-400px;
    margin-top:-375px;
}

