.txt, BODY, TD	{
	color:#000000;
	font-family:Arial Cyr,Helvetica Cyr,Verdana,Arial;
	font-size: 12px;
}
h1		{ color:#000000; font-family:Arial Cyr,Helvetica Cyr,Verdana,Arial; font-size:25px; font-weight:bold; text-align:left; }

.blank		{ font-size:5px;}

.menu {
	color:#000000;
	font-family:Verdana,Arial Cyr,Helvetica Cyr,Arial;
	font-size: 12px;
	font-weight: bold;
}
.archive {
	color:#000000;
	font-family:Verdana,Arial Cyr,Helvetica Cyr,Arial;
	font-size: 10px;
}


a:link		{ color:#000000; text-decoration:none;	}
a:visited	{ color:#000000; text-decoration:none;	}
a:hover		{ color:#000000; text-decoration:underline;	}
a:active	{ color:#000000; text-decoration:none;	}


a.menu:link		{ 
	text-decoration:none;		
	font-family: "Arial";
	font-size: 13px;
	color: #1D64B0;
	}
a.menu:visited	{ 
	text-decoration:none;		
	font-family: "Arial";
	font-size: 13px;
	color: #1D64B0;
	}
a.menu:hover		{ 
	text-decoration:none;		
	font-family: "Arial";
	font-size: 13px;
	color: #d1d3d4;
	}

a.menu:active	{ 
	text-decoration:none;		
	font-family: "Arial";
	font-size: 13px;
	color: #000000;
	}

div.head {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 167px;
	width: 760px;
	background-image: url(/design/logo.gif);
	background-repeat: no-repeat;
	background-color: #F8b63c;
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: 5px;
	text-align: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: black;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: black;
}

div.left
{
	position: absolute;
	left: 10px;
	top: 177px;
	width: 169px;
	background-color: #d1d3d4;
	text-align: center;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: Black;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: Black;
	padding-left: 7px;
	padding-right: 5px;
	text-align: left;

}

div.limit
{
	position: absolute;
	left: 198px;
	top: 177px;
	width: 44px;
	background-image: url(/design/limit.gif);
	background-repeat: repeat-y;
	border-bottom-width:5px;
	border-bottom-style: solid;
	border-bottom-color: black;
	overflow: hidden;
}

div.body{
	position: absolute;
	left: 240px;
	top: 177px;
	width: 525px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: black;
	padding-right: 10px;
	background-color: white;
	overflow-y: auto;
	overflow-x: auto;
}

div.mainmenu
{
	position: absolute;
	top: 70px;
	left: 580px;
	width: 150px;
}

div.banright
{
	position: absolute;
	left: 785px;
	top: 10px;	
	width: 120px;
	height: 600px;
}

div.logo{
	cursor: pointer; cursor: hand;
	position: absolute;
	left: 10px;
	height: 120px;
	width: 550px;
	top: 60px;
}

body{
	background-color:#d1d3d4;
}

