@charset "windows-1251";
/* CSS Document */


body {
	font-family:Verdana;
	background-image:url(images/bg.jpg);
	text-align: center;
	margin:0px;
}


a:link, a:visited, a:active {
	font-weight:bold;
	color:#6b6c54;
	text-decoration:none;
}

a:hover {
	color:#8E0000;

}
  
img {
	border:0px;
}

.body_text {
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	color:#333333;
	line-height:16px	
}

.header {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;	

}

.H1 {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#8E0000;
	line-height:18px;	
}
.ENTER {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#8E0000;
	line-height:18px;	
}

.navigation {
	background-color:#6b6c54;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	line-height:12px;
	text-align:center;
}

.navigation a:link {
	color:#ffffff;
}

.navigation a:visited {
	color:#ffffff;
}

.navigation a:hover {
	color:#8E0000;
}

.navigation a:active {
	color:#8E0000;
}

.table {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#8E0000;
	line-height:14px;
	text-align:left;
}

.footer {
	background-color:#6b6c54;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	line-height:12px;
	text-align:center;
}

.footer a:link {
	color:#ffffff;
}

.footer a:visited {
	color:#ffffff;
}

.footer a:hover {
	color:#8E0000;
}


