html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	height: 100%;
	margin: 0px;
}

body {
	margin: 8px;
}

iframe html,
iframe body {
	margin: 0px;
}

a {
	font-family: "Minion Pro", Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

p {
	margin: 0px 0px 1em;
}

#main_container {
	width: 965px;
	background: url(images/top-header.gif) no-repeat scroll 0px 0px;
	margin: 0px auto 20px;
	padding: 25px 9px 0px 14px;
	position: relative;
}

#body_container {
	margin: 0px auto 5px;
	width: 100%;
	background: #fff url(images/body-bg.gif) repeat-y scroll -14px 0px;
	border-bottom: 2px solid #8e8c8c;
	padding-bottom: 10px;
}

.content {
	background: #eff0e8;
	height: 100%;
	margin: 4px 25px 10px;
	padding: 20px;
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 10pt;
	line-height: 150%;
}

.content a {
	color: #000;
}

.header {
	width: 100%;
	height: 104px;
	background: url(images/logo.gif) no-repeat scroll 0px 0px;
}
.header .search-form {
	float: right;
}
.header .search-form input {
	border: 1px solid #dbd9d9;
	background-color: #f7f4f4;
	color: #8e8c8c;
	padding: 4px;
	width: 200px;
}

.right-column,
.left-column {
	width: 135px;
	background: #3e9047;
	overflow-x: hidden;
}
.left-column ul {
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.left-column ul ul {
	margin-bottom: 0px;
	margin-right: 0px;
	*margin-top: 2px;
	*margin-bottom: -2px;
}
.left-column ul li {
	list-style-type: none;
	/*padding-bottom: 2px;*/
}
.left-column ul li a.first {
	background: transparent no-repeat scroll 0px 49%;
}
.left-column ul li a {
	display: block;
	background: transparent;
	padding: 0px;
	font-weight: normal;
}
.left-column ul li a:hover {
	/*background-color: #F0F2E9 !important;*/
	color: #1D573F !important;
}

.left-column ul li a.menu_current {
	background: #1D573F no-repeat scroll 0px 49%;
}
.left-column ul ul li a.current,
.left-column ul ul li a.menu_current {
	background-color: #F0F2E9 !important;
	color: #1D573F !important;
}
.left-column ul ul a {
	background-color: transparent;
	background-image: none;
	padding-left: 0px;
}
.left-column ul ul ul a {
	/*background-color: #F0F2E9;*/
	color: #1D573F;
	font-weight: normal;
	background-image: none;
	padding-left: 0px;
}

.left-column ul ul a.first {
	background-image: none;
	/*background-color: #3e9147;*/
}

.content .investments-content {
	text-align: left;
}

.right-column {
	width: 134px;
	padding: 0px;
	/*background: #9ebd94;*/
}



.breadcrumbs {
	padding: 2px 0px;
	border-top: 1px solid #e5e5e5;
	color: #4d4d4d;
}
.breadcrumbs a {
	color: #4d4d4d;
}

.module-content {
	text-align: left;
	background: #fff url(images/page-content-bg.gif) repeat-x scroll 0px 22px;
	margin-bottom: 20px;
}
.with-menu {
	float: left;
	width: 680px;
}
.page-content {
	padding: 15px 10px;
}
.page-content a {
	color: #4d4d4d;
}
.page-content td img {
	text-align: center;
}

.page-block {
	margin-top: 50px;
}

.headline {
	display: block;
	background: #8e8c8c url(images/menu-arrow.gif) no-repeat scroll 0px 50%;
	padding: 10px 5px 10px 10px;
	color: #fff;
	margin-bottom: 4px;
}
.news-block {
	background-color: #dddada;
}
.news-block a {
	display: block;
	color: #000;
	padding: 2px 4px 10px;
}

.footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eeecec;
	overflow: hidden;
	padding: 10px;
}
.footer ul {
	list-style-type: none;
	overflow: hidden;
	width: 405px;
	float: left;
	margin-bottom: 0px;
}
.footer ul li {
	float: left;
}
.footer ul li,
.footer ul li a {
	color: #4d4d4d;
	font-weight: bold;
}
.footer .copyright-notice {
	color: #b70304;
}

.realization {
	float: right;
	color: #4d4d4d;
	font-weight: bold;
}
.realization a {
	color: #4d4d4d;
}

.login-form {
	position: absolute;
	top: 3px;
	right: 10px;
}