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;
}


.VertLine
{
    background: url(../images/graphics/vertline.jpg) top center repeat-y;
    }


/* Main Styles */
td,body{
  font-size: 12px;
  font-family: georgia,arial;
  color:#5e5b5b;
  text-decoration:none;
  line-height: 19px;
}



.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;
}


