h2,.Header, .header   {
  
  font-size  :18px;
  color: #f12116;
  
}

h3,.SubHeader{
  font-size  :13px;
  font-weight:normal;
  color: #4e504d;
  font-weight:bold;
}
    
    
    
.SmallText{
  font-size  :11px;
}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}

.linebg{background: url(../images/graphics/dottedline.gif) top repeat-y; }


/* Links */
a{
  color:#f12116; text-decoration: none;
}
a:hover{
  color:#8f8f8c; text-decoration: underline;
}


