body,li,h1,h2,h3,h4{	
	margin:0;
	padding:0;
}
p{	
	margin-top:10px;
	margin-bottom:10px;
}
body{
	background-color:#ffffff;	
	width:100%;
	height:100%;
}
body,td,th {
	font-family: "Open Sans Light";
	font-size: 14px;
	color: #333;
}
a {
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #9999;
}
h2 {
	font-size: 18px;
	color: #333;
}
hr{

	clear:both;
	height:2px;
	background-color:#EEEEEE;
	color:#EEEEEE;
	border:none;
}
.maxwidth_center{
	max-width:1240px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	float: center;
}
.header_logo{
	margin: 20px;
	float: center;
}
.graybg{
	background-color:#EEE;
	padding: 4px;
}
.scalable{
	width:100%;
	height:auto;
}
.index_image{
	position:relative;
	width:100%;
	height:auto;
	margin-top:40px;
	margin-bottom:30px;
	min-height:220px;
}