/* CSS Document */

body{
margin:0;
padding: 0;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3f3f3f;
}
.heading {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #050E5D;
text-align: center;
}
.heading a{
color: #050E5D;
font-size: 14px;
text-decoration: none;
}
.heading a:hover{
color: #AB0104;
font-size: 14px;
text-decoration: none;
}
.heading a.active{
color: #AB0104;
text-decoration: none;
}
.spacer {
height: 8px;
}
.blocks img{
padding: 5px;
border: thin solid #D3D2C5;
}