body { 
	color:#333333; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

p
{
text-align:left;
}

h1 {
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;

	text-align:left;
	color:#00b5bd;
	margin-bottom:20px;
}

h2 {
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:3px;
		text-align:left;
	font-weight:bold;
	color:#00b5bd;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#00b5bd;
	text-align:left;
	line-height:27px;
	margin-bottom:10px;
}

h4 {
	font-size:28px;
	font-weight:light;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	line-height:24px;
}

h5 {
font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#ff0000;
	margin-bottom:15px;
}

h6
	{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin-top:18px;
	margin-bottom:12px;
	}
	
	h7
	{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	}

p      { margin:0 0 20px; }

p.last { margin-bottom:0; }

em     { font-style:italic; }

a:focus, a:hover {
	color:#000;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	outline:none;
}

a { 
	color:#00b5bd;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	
}

.justify
{
text-align:justify;

}