@charset "UTF-8";


/*---Layout----------------------------------------*/
html {
	background-color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;

}

header, .header {
	height:106px;
	padding:0 40px;
	position:relative;
	width:1000px;
	display:none;
}
#header{
	height:106px;
	padding:0 40px;
	position:relative;
	width:1000px;
	display:none;
}

#main_img {
display:none;
	
}
#content {
	position:relative;
	z-Index:1;
}
.clear {
	clear:both;
}

a, img, a img {border:none; outline:none; border-style: none;}
/*---Typography----------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	color:#333;
}
h1 {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:22px;
	display:block;
	line-height:120%;
	clear:both;
}
h2 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	margin-bottom:18px;
	display:block;
	line-height:120%;
	clear:both;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:16px;
	display:block;
	line-height:120%;
	clear:both;
}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:14px;
	display:block;
	line-height:120%;
	clear:both;
}
h5 {
	font-size:12px;
	font-weight:normal;
	color:#999;
	margin-bottom:10px;
	display:block;
	line-height:120%;
	border-bottom:1px solid #E7E7E7;
	clear:both;
}
h6 {
	font-size:12px;
	font-weight:normal;
	color:#999;
	margin:10px 0;
	display:block;
	line-height:120%;
	border-bottom:1px solid #E7E7E7;
	clear:both;
}

p {
	font-size:12px;
	line-height:130%;
	margin-bottom:10px;
}


sup {vertical-align:top; font-size:0.8em; line-height:100%;}
sub {vertical-align:bottom; font-size:0.8em; line-height:100%;}


strong {
	font-weight:bold;
}
small {
	font-size:small;
}

ul li {
	font-size:12px;
	line-height:130%;
	list-style:outside disc;
	margin-bottom:12px;
	margin-left:1.2em;
}
ol li {
	font-size:12px;
	line-height:130%;
	list-style:outside decimal;
	margin-bottom:12px;
	margin-left:1em;
}

label {
	font-size:12px;
}



/*---Footer----------------------------------------*/
footer {
	display:none;
}



