body { 
	color:#000;
	font-family:'open_sansregular';

	font-size:13.5px;
	line-height:22px;
}

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

h1 {
	font-size:28px !important;
	color:#f9852f !important;
	margin-bottom:10px;
	
	font-family: 'oswaldbold' !important;
    src: url('oswald-bold.woff2') format('woff2'),
         url('oswald-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h2 {
	font-size:16px;
	font-family: 'open_sansbold';
	margin-bottom:15px;
	text-align:left;
	color:#000;
}

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:18px;
	color:#383435;
	margin-bottom:10px;
	
	font-family: 'oswaldbold';
    src: url('oswald-bold.woff2') format('woff2'),
         url('oswald-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

h6
	{
	font-family:'open_sansregular';
	font-size:15px;
	font-weight:normal;
	color:#65981c;
	text-align:center;
	margin-top:18px;
	margin-bottom:12px;
	}
	
	h7
	{
	font-family:'open_sansregular';
	font-size:16px;
	font-weight:bold;
	color:#335e73;
	}
	
	h8
	{
	font-family:'open_sansregular';
	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:#666666;
	text-decoration:none;
	outline:none;
}

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

.justify
{
text-align:justify;

}