/* ===| TYPOGRAPHY |============================================*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 18px;
    }

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 18px;
    color:#000000;
    text-align: justify;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    color:#b00c0d;
}
h2
{
    margin-top:150px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
    text-align:center;
    color:#b00c0d;
}