html,body{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}

div{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}

td{
	vertical-align:top;
}

input{
	background:#ffffff;
	border:solid 1px #4e4d55;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#e2007a;
	text-decoration:none;
}

a:active, a:focus{
	outline:0;
}
.nav a {
	color:#FFFFFF;
	text-decoration:none;
}
.nav a:hover {
	color:#e2007a;
	text-decoration:none;
}
.main{
 	width:870px;
	margin-left: auto;
	margin-right: auto; 
}

.logo{
	width:870px;
	height:100px;
}

.banner1{
	padding-top:19px;
	padding-left:322px;
}
.main_column_left{
	padding-top:5px;
	width:125px;
	border-right:solid 1px #8c8c8c;
}
.main_column_middle{
	width:190px;
	border-right:solid 1px #8c8c8c;
}
.sub_column_top_left{
	width:365px;
	height:45px;
	border-right:solid 1px #8c8c8c;
	border-bottom:solid 1px #8c8c8c;
}
.sub_column_top_right{
	height:45px;
	border-bottom:solid 1px #8c8c8c;
}
.sub_column_left{
	width:365px;
	height:100%;
	border-right:dotted 1px #8c8c8c;
}

.txt{
	padding:2px;
	padding-bottom:20px;
}
.label{
	font-weight: bold;
	text-transform: uppercase;
}
.bg_dark{
	background-color:#3c3c3c;
	padding:3px;
}
.info{
	text-align:left;
	padding:10px;
	padding-left:5px;
}
.mening{
	border:none;
	width:352px;
	height:85px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#3c3c3c;
	overflow:auto;
}

.input{
	border:none;
	width:144px;
	height:16px;
	padding-left:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#3c3c3c;
	background-color:#ffffff;
}

.inputarrow{
	width:10px;
	background-color:#3c3c3c;
}

.inputlabel{
	width:61px;
	height:20px;
	background-color:#3c3c3c;
	text-align:left;
}

.inputfrm{
	width:150px;
	height:20px;
	background-color:#ffffff;
	text-align:left;
}

