
/* Main Styles */
td,p,body{
  font: normal 12px verdana;
  color:#4e504d;
  line-height: 17px;
  text-decoration:none;
}


/* Links */
a{
  color:#999999; text-decoration: underline;
}
a:hover{
  color:#000000; text-decoration: underline;
}



h2,.Header   {
  font-weight:normal;
  font-size  :24px;
  color: #b32a32;
  font-family: Verdana;
  
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  font-weight:bold;
   color: #000;
font-family: Verdana;
}

.SmallText{
  font-size  :11px;
}


.tableheading{
background: #b32a32; 
color: #fff;
font-weight:bold;
padding: 5px;
}

.tablepadding
{ padding: 6px;
    }



