* {
	font-size : 100.01%;
}
html, body {
	height : 100%;
	margin : 0;
}
html {
	background : #fff;
	font-size : 64%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size : 100%;
	background : #fff;
	margin : 0 auto;
	padding : 0 0 0 0 no-repeat 50% 0 #048dac;
	}
.bg-top {
background: url(../images/body-bg.jpg) no-repeat 50% 0 #fff;
background-attachment: fixed;
}
#content_wrapper {
background:center top;
background-attachment: fixed;
	width : 80%;
	margin : 0 auto;
	padding : 0 0 0 0;
	position : relative;
	/*background: url(../images/contbg.png) repeat-x center top ;*/
}
#content {
	width: 80%;
	padding: 0px 35px;
	margin: 0 auto;
}

#content p {
	margin-bottom: 10px;
	margin-top: 15px;
}

.h1 {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 17px;
	color : #00a0e3;
	padding-left : 10px;
	font-weight : bold;
}
.h2 {
	font-family : Arial, Helvetica;
	font-size : 14px;
	color : #00a0e3;
	padding-left : 10px;
	font-weight : bold;
}
.body_text1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #000;
	padding-left : 10px;
	padding-top : 10px;
	padding-right : 10px;
	text-align : justify;
	line-height: 18px;
	max-width : 900px;
	letter-spacing: 0.3;
}
.text1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #000;
	padding-left : 10px;
	padding-right : 10px;
	letter-spacing: 0.1;
	line-height: 19px;
}
.textbold {
	font-family: Helvetica, Arial, sans-serif;
	font-size : 13px;
	font:bold;
	color : #0747bc;
	padding-left : 10px;
	padding-right : 10px;
	letter-spacing: 0.1;
	line-height: 19px;
}
.textbold1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size : 13px;
	font:bold;
	color : #0747bc;
	letter-spacing: 0.1;
	line-height: 19px;
}
.textsmal {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	color : #000;
	padding-left : 10px;
	padding-right : 10px;
	line-height: 15px;
}
.lineLt {
	border-left:1px dotted #fff;
}
.lineBt {
	border-bottom:1px dotted #fff;
}
a {
	text-decoration : none;
	color : #333333;
	outline : none;
}
a:hover {
	text-decoration : none;
	color : #00a0e3;
}
a.active {background-color:#cee6eb;
font-weight: bold;
}
.wrap {
	width : 80%;
	margin : 0 auto;
	padding : 0 0 0 0;
	position : relative;
}
.bg-foot-1 {
	background : url(../images/footer-top.png) repeat-x;
	background-color : #a2e4ff;
	padding-top : 13px;
}
