body { 
	color:#000; 
	font-family:'open_sansregular';
	font-size:13px;
	line-height:22px;
}

p
{
float:left;
text-align:left;
}

h1 {
	font-size:26px;
	font-family: 'open_sansbold';
	color:#000;
	margin-bottom:10px;
}

h2 {
	font-size:17px;
	font-family: 'open_sansbold';
	margin-bottom:10px;
	text-align:left;
	color:#000000;
}

h3 {
	font-family: 'open_sansbold';
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	line-height:27px;
	margin-bottom:10px;
}

h4 {
	font-size:26px;
	color:#fff;
	font-family: 'open_sansbold';
	line-height:24px;
}

h5 {
font-family: 'open_sansbold';
	font-size:16px;
	color:#000;
}

h6
	{
	font-family: 'open_sansbold';
	font-size:15px;
	font-weight:normal;
	color:#65981c;
	text-align:center;
	margin-top:18px;
	margin-bottom:12px;
	}
	
	h7
	{
	font-family: 'open_sansbold';
	font-size:16px;
	font-weight:bold;
	color:#335e73;
	}
	
	h8
	{
	font-family: 'open_sansbold';
	font-size:15px;
	font-weight:normal;
	color:#000;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	}

p      { margin:0 0 20px; }

p.last { margin-bottom:0; }

em     { font-style:italic; }

a:focus, a:hover {
	color:#e63905;
	text-decoration:none;
	outline:none;
}

a { 
	color:#e63905;
	text-decoration:none;
	
}

.justify
{
text-align:justify;

}