/* CSS Document */

body {
    font-family: Calibri;
    font-size: 14px;
    color: #383535;
    background: #C5C5C5;
    padding: 0px;
    margin: 0px;
}

.footer {
    font-family: Calibri;
    font-size: 11px;
    color: #ffffff;
}

.footer a:link,
.footer a:visited,
.footer a:active {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}
a {color: #015D82;
}

h1 {
font-size:24px;
font-weight:normal;
font-family:Times New Roman;
color: #ED1925;
text-transform: uppercase;
padding:0px;
margin:0px;
}

.blue {
color: #015D82;
}