﻿body {
	background-color: #FFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color: #1D2B56;
}
td {
	font-size: 11px;
}


div.menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
div.menu div.lang {
	float: right;
	color: #FFF;
	font-weight: bold;
	padding-right: 30px;
	padding-top: 5px;
}
div.menu div.lang img {
	margin-right: 10px;
}
div.menu div.lang a {
	color: #FFF;
	text-decoration: none;
}
div.menu div.lang a:hover {
	text-decoration: underline;
}
table.menu_items td.arrow {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
}
table.menu_items td.spacer {
	padding-left: 8px;
}
table.menu_items td.name a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
table.menu_items td.name a:hover {
	text-decoration: underline;
}

div.spacer01 {
	border-top: 5px solid #FFF;
}

table.block03 {
	border-right: 1px solid #3E3E66;
	border-left: 1px solid #3E3E66;
	width: 722px;
}
table.block03 td.title {
	padding-top: 65px;
	width: 65px;
	azimuth: behind right;
}
table.block03 td.text {
	padding-right: 40px;
}
table.block03 td.text .news_title {
	padding-top: 15px;
	padding-bottom: 11px;
	font-weight: bold;
}
table.block03 td.text .news_title a {
	text-decoration: underline;
	color: #1C2A56;
}
table.block03 td.text .news_title a:hover {
	text-decoration: none;
}
table.block03 td.text .news_text {
	text-align: justify;
	padding-bottom: 15px;
}
table.block03 td.text div.spacer01 {
	border-top: 1px solid #5E899C;
}


div.bottom {
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	text-align: center;
	padding-top: 4px;
	color: #FFF;
	margin-top: 8px;
}

a {
   text-decoration: underline;
   color: #1C2A56;
}
a:hover {
   text-decoration: none;
}

ul {
   margin: 0px;
   padding: 0px;
   margin-left: 20px;
}

table.main_table_bg {
	background: url(images/bg.jpg) repeat-y right;
}


