h2,.Header, .header   {
  font-weight:bold;
  font-size  :16px;
  font-family: Arial; 
  color: #bc0030;
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :15px;
  color: #333333;
  font-weight:bold;
}

.LargeText
{
    font-size  :14px;
    }

    
.SmallText{
  font-size  :10px;
}

#newboxes1, #newboxes2, #newboxes3{background: #f1f2f2; padding: 5px;}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#6a6f76;
  text-decoration:none;
  line-height: 17px;
}



.tableheading{
background: #245985; 
color: #ffffff;
font-size: 13px;
font-weight:bold;
}

.tablebody{
background: #f1f2f2; 
}


/* Links */
a{
  color:#bc0030; text-decoration: none;
}
a:hover{
  color:#000000; text-decoration: underline;
}


