* {
	margin:0;
	padding:0;
}
h2 {
	padding:1em 0 0 0;
}

h3{
	font-size: 23px;
}
p {
	line-height:1.4em;
}

body {
    background: #ffffff;
    margin:auto;
	height:auto;
	font: 10pt/14pt Helvetica, Arial, sans-serif;
}
.css_header{
	width:400px;
	margin:auto;
	height:auto;
	padding-top: 120px;
}
.css_logo{
	float:left;
	padding-right:10px;
	padding-bottom:50px;
}
.css_address{
	width:515px;
	display:block;
	line-height:10px;
}
.css_financial{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;	
}
.button{
	padding: 10px;
	border-radius: 5px;
	background-color: #EBBC32;
	color: #fff;
	text-decoration: none;
}
.button:hover{
	background-color: #000;
	color: #fff;
}
.button-group{
	padding-bottom: 20px;
}
.button-group li{
	float: left !important;
	padding-left: 2px !important;
	list-style: none;
}
.button-group li a{
	border-radius: 5px;
	text-decoration: none;
}
.active{
	background-color: #000;
	color: #fff;
}

#hloader {
	display:block;
	height: 16px;
	width:44px;
	position: fixed;
	left: 50%;
	background: url("images/loader.gif") center center no-repeat #FFF;
}
.headerx{
	padding-left:10px;
	float: right;
}
.css_headerfin{
	width:960px;
	margin:0 auto;
}.docs{	padding-top: 20px;}
ol{	padding-left:20px;	padding-top: 20px;}ol li{	padding-bottom: 10px;}.doclist{	font-size: 16px;}.doclist a{	text-decoration: none;	color: #000;	padding: 10px;}.doclist a:hover{	background-color: #F4D98A;	color: #000;	border-radius: 5px;	}