h2,.Header, .header   {
  
  font-size  :17px;
  font-family:Arial; 
  color: #000;
}

h3,.SubHeader{
  font-size  :14px;
  color: #939598;
  font-weight:bold;
}


    
.SmallText{
  font-size  :12px;
}



/* Main Styles */
td,body{
  font-size: 15px;
  font-family: Garamond, Tahoma;
  color:#5e5b5b;
  text-decoration:none;
  line-height: 17px;
}



.tableheading{
background: #000000; 
padding: 4px;
color: #ffffff;
font-family: Arial;
font-size: 13px;
}



/* Links */
a{
  color:#eb513d; text-decoration: none;
}
a:hover{
  color:#000; text-decoration: underline;
}


