/* TYPOGRAPHY
----------------------------------------------------------------*/
.font1{
    font-weight: bold;
    color: #636262;
    text-align: justify;
    line-height: 15px;
    font-size: 12px;
}
.font2{
    font-weight: bold;
    color: #A8361B;
    text-align: right;
    text-align: center !important;
}
#footer .copyright {
    padding: 3px 0px 0px 0px;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
    color: #636262;

}
#footer .copyright a, #footer .copyright a:visited{
    color: #4FA911;
    text-decoration: none;
}
#footer .copyright a:hover{
    color: #4FA911;
    text-decoration: underline;
}
