
/* Main Styles */
td,p,body{
  font: normal 12px arial;
  color:#085261;
  line-height: 17px;
  text-decoration:none;
}


/* Links */
a{
  color:#e51837; text-decoration: underline;
}
a:hover{
  color:#000; text-decoration: underline;
}




h2,.Header   {
  font-weight:normal;
  font-size  :18px;
  color: #008ca8;
  
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  font-weight:bold;
   color: #e51837;
}

.SmallText{
  font-size  :11px;
}


.tableheading{
background: #b2bb1c; 
color: #fff;
font-weight:bold;
padding: 5px;
}

.tablepadding
{ padding: 6px;
    }



