
@charset "utf-8";

body {
	fontsize:100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

h1 { font-size: 1.4em; font-weight:normal;}
h2 {font-size: 1.2em; font-weight:normal;}

a img {	border: none;}


a:link {	color:#414958;	text-decoration: underline; }

a:visited {	color: #4E5869;	text-decoration: underline;}
a:hover, a:active, a:focus { 	text-decoration: none;}


.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto; 
	
}

.header {background: #fff; margin-top:40px;}

.content {	padding: 100px 0 30px 300px;

}


.content ul, .content ol { 	padding: 0 15px 15px 40px; }

.footer {	padding: 10px 0;	background: #fff;}

.fltrt { 	float: right;	margin-left: 8px;}
	
.fltlft { 	float: left;	margin-right: 8px;}
.clearfloat { 	clear:both;	height:0;	font-size: 1px;	line-height: 0px;}

