body { 
	color:#545054; 
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;

	font-size:14px;
	line-height:24px;
}

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

h1 {
	font-size:29px;
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
		font-weight:bold;
	color:#2f2a2d;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	
	margin-bottom:10px;
	text-align:left;
	color:#383336;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size:42px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	line-height:42px;
	margin-bottom:10px;
}

h4 {
	font-size:20px;
	color:#2f2a2d;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	line-height:22px;
}

h5 {
font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}


	
	h7
	{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#335e73;
	}
	
	h8
	{
	font-family: 'Roboto', sans-serif;
	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:#cecece;
	text-decoration:none;
	outline:none;
}

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

.justify
{
text-align:justify;

}