@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 10px;
	margin-top: 84px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCCCCC;
	background-color:#333333;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	background-color:#333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}
a:active {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}
h6 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
p {
	width:600px;
}
.info {
	font-size:11px;
}
.blanc {
	color:#FFFFFF;
}
.blancb {
	color:#FFFFFF;
	font-weight:bold;
}
.grnb {
	background-color:#FFFFFF;
	width:20px;
}
.grzero {
	background-color:#000000;
	height:0px;
	width:20px;
}
.gr td {
	color:#999999;
	font-size:10px;
	text-align:center;
}
#menuLangDiv {
    width: 250px;
	height: 250px;
    position: absolute;
    top: 50%;
	margin-top:-125px;
    left: 50%;
    margin-left: -125px;
}
#menuMainDiv {
    width: 380px;
	height: 250px;
    position: absolute;
    top: 50%;
	margin-top:-125px;
    left: 50%;
    margin-left: -190px;
}
textarea {
	border:thin solid #999999;
	background-color:#222222;
	color:#999999;
}




