/* ===| TYPOGRAPHY |============================================*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
p {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000000;
    line-height:18px;
	text-align: justify;}
h2
{
  	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #ca0000;
    padding-top:80px;
    font-weight:bold;
    line-height:18px;
	text-align: center;
}

h3
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:17px;
    color: #ca0000;
    padding:0;
    margin:0;
    font-weight:normal;
    line-height:18px;
	text-align: center;
}
h3 span
{
  font-size: 14px;
  color:#000;
  font-weight: normal;
}
