@charset "windows-1251";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	background-color: #000;
	color: #999;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
}
a:hover {
	text-decoration: none;
}

.site_desc {
	color: #333;
	font-size: 9px;
}
.site_desc_text_header {
	font-weight: bold;
	font-size: 10px;
	color: #999;
}

.site_desc_text {
	font-size: 10px;
	color: #666;
}


.up_left_bg {
	background-image: url(images/up_left_bg.gif);
	background-repeat: repeat-x;
}
