#scroll_table
{
	width: 775px;
	height:385px; 
	overflow: auto;
}
body
{
	background-color:#D8DCDE;
}
h1
{
	font-size: 18pt;
}
table.main
{
	width: 800px;
	height: 100%;
	background-color: white;
	border: 1px solid black;
}
table.content
{
	height:100%;
	width: 100%;
	background-image: url("./images/back.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 210px;
}
td
{
	font-family: verdana;
	font-size: 10pt;
}
td.title
{
	text-align:center;
	font-size: 14pt;
	font-weight:bold;
	padding-bottom: 25px;
}
th
{
	font-size: 10pt;
	text-align: left;
	padding-left: 50px;
	vertical-align: top;
}
td.menu
{
	width: 174px;
	height: 80px;
	vertical-align: middle;
	background-color:#86BCE0;	
}
td.content
{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 10pt;
	vertical-align: top;
}
td.contact
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	text-align: right;
	padding-right: 5px;
}
td.ru_contact
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	width:175px;
}
td.menu_image
{
	width: 71px;
	height: 80px;
	vertical-align: middle;
	background-color:#86BCE0;
	padding-left: 15px;
}
td.menu_text
{
	width: 71px;
	height: 48px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	padding-left: 15px;
}
a:link
{
	color: black;
	text-decoration: underline;
}
a:visited
{
	color: black;
}
img
{
	border:none;
}
td.news
{
	font-size: 8.5pt;
}
A.news,
A.news:link,
A.news:active,
A.news:visited,
A.news:hover
{
	font-size: 9pt;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: black;
}
A.small,
A.small:link,
A.small:active,
A.small:visited,
A.small:hover
{
	font-size: 8.5pt;
	text-decoration: none;
	font-style: italic;
	color: blue;
}