html, body {
	padding:0;
	margin:0;
}
body {
	background:#ebf4fb url(../img/body_bg.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;;
	color:#000;
}
form {
	margin:0;
	padding:0;
	display:inline;
}
form input, form textarea {
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0 none;
}

ul,li,p {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:justify;
}
p {
	padding-bottom:7pt;
}
h1,h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#47ac00;
}
h1 {
	padding:10pt 0 3pt 0;
	font-size:24pt;
}
a {
	text-decoration:none;
	color:#0e468b;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#0e468b;
}

.page {
	background:url(../img/header_bg.jpg) no-repeat -50px 0;
	max-width:1300px;
	margin:0 auto;
	overflow:hidden;
}

.header {
	height:180px;
	overflow:hidden;
	-zoom:1;
}

.logo {
	float:right;
	width:36%;
	text-align:center;
	padding-top:65px;
}
.logo a,
.logo a:visited,
.logo a:hover {
	background:url(../img/logo.png) no-repeat;
	-background:transparent;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png', sizingMethod='crop');
	width:140px;
	height:98px;
	display:block;
	margin:0 auto;
	text-decoration:none;
}

.menu {
	float:left;
	background:url(../img/menu_bg.png) repeat-x;
	-background:transparent;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/menu_bg.png', sizingMethod='scale');
	height:46px;
	margin:128px 0 0 10%;
	padding:0 8px;
}
.menu ul li {
	float:left;
	line-height:46px;
	color:#47ac00;
	font-size:12pt;
	font-weight:bold;
	display:block;
	padding:0 7px;
}
.menu ul li a,
.menu ul li a:visited,
.menu ul li a:hover {
	color:#47ac00;
}
.smenu li {
	color:#47ac00;
	font-size:11pt;
	font-weight:bold;
	padding:0 7px;
}
.smenu li a,
.smenu li a:visited,
.smenu li a:hover {
	color:#47ac00;
}
.content {
	padding:0 0 0 10%;
	overflow:hidden;
	-zoom:1;
}
.obj {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #47ac00;
	empty-cells:hide;
	text-align:center;
}
.obj td {
	padding:3px;
	border:1px solid #47ac00;
}
.fst {
	text-align:left;
	padding:3px;
	border:1px solid #47ac00;
}
.sect {
	padding:2px;
	border:1px solid #47ac00;
	background-color:#D3D3D3;
}

.text {
	width:60%;
	float:left;
	margin:20px 0 0 13px;
}
.text p {
	line-height:135%;
}
.text ul {
	padding:0 0 7pt 20pt;
}
.text ul li {
	list-style-type:disc;
}
.text .map li {list-style-type:none;}

.news {
	width:33%;
	float:right;
	padding:20px 0 0 0;
	font-size:10pt;
}
.news ul {
	padding-right:30pt;
}
.news ul li {
	line-height:140%;
	padding-bottom:7pt;
}
.news ul li span {
	background:#47ac00;
	color:#fff;
	font-size:9pt;
	padding:0 2pt;
	
}

.footer {
	height:127px;
	clear:both;
	background:#fff url(../img/footer_bg.gif) repeat-x;
	color:#656565;
	font-size:8pt;
	padding:0 0 0 10%;
}
.copyrights {
	background:url(../img/copyrights_bg.png) no-repeat 0 5px;
	width:60%;
	margin-top:25px;
	padding:0 0 0 45px;
	position:relative;
	left:-33px;
}
.copyrights p {
	padding-bottom:3pt;
}
