@charset "utf-8";
/* CSS Document */
body {
    margin:0px;
	background-color:#040404;
	padding:0px;
	margin:0px;
	font-size:11px;
    color:#7E7E7E;
    line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

table {font-size:11px;
color:#7E7E7E;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
}
.white1 {color:#FFFFFF;}
.text{
background:transparent;
border:0px;
width:180px; height:25px;
color:#7E7E7E;
font-size:11px;
line-height:25px;
}

.title {
font-weight:bold;
font-size:18px;
color:#FFEF02;
}

a:link {
	text-decoration: none;
	color: #7E7E7E;
}
a:visited {
	text-decoration: none;
	color: #7E7E7E;
}
a:hover {
text-decoration: none;
	color:#A5A5A5;
}
a:active {
	text-decoration: none;
	color: #7E7E7E;
}

.white:link {
	color: #FFFFFF;
	text-decoration: none;

}
.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #D2D2D2;
	text-decoration:none;
}
.white:active {
	color: #FFFFFF;
	text-decoration:none;
}
.butten{font-weight:bold;}
.butten:link {
	color: #FFFFFF;
	text-decoration: none;

}
.butten:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.butten:hover {
	color: #F1E204;
	text-decoration:none;
}
.butten:active {
	color: #FFFFFF;
	text-decoration:none;
}
