h2,.Header, .header   {
  font-weight:normal;
  font-size  :19px;
  font-family: Arial; 
  color: #db1a17;
  line-height: 20px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
  color: #191919;
  font-weight:bold;
}

    
.SmallText{
  font-size  :10px;
}


.largeBlack{
font-size: 20px;
}

.largeRed{
font-size: 20px;
color: #db1a17;
line-height: 24px;
}


/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#030303;
  text-decoration:none;
  line-height: 17px;
}



.blacktableheading{
background: #000000; 
color: #ffffff;
font-size: 13px;
font-weight:normal;
}

.tablebg{
background: #e3e3e3; 
}

.tableborder
{
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}


/* Links */
a{
  color:#db1a17;
}
a:hover{
  color:#000000;
}


