body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
p, ul, li {
	margin: 0;
	line-height: 20px;
}
.content_wraper {
	width: 930px;
	margin: 0 auto;
	margin-bottom: 78px;
}
.sep {
	width: 100%;
	height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #FFF;
	font-size: 0;
	line-height: 0;
}
h1.maintitle {
	font-size: 24px !important;
	color: #000 !important;
	font-weight: normal !important;
	text-transform: none;
}


h1 {
	padding: 0;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 12px;
	height: auto;
	line-height: normal;
	background-color: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #008ecc;
	text-transform: uppercase;
}
h2 {
	height: 33px;
	margin-top: 40px;
	margin-bottom: 0px;
	line-height: 33px;
	font-size: 11px;
	color: #FFF;
	padding-left: 18px;
	background-color: #008ECC;
	position: relative;
}



