h2,.Header, .header   {
  
  font-size  :20px;
  font-family:Arial; 
  color: #90002b;
  font-weight:normal;
  
}

h3,.SubHeader{
  font-size  :14px;
  font-weight:normal;
  color: #171515;
}



    
.SmallText{
  font-size  :11px;
}


.dottedline{background: url(../images/graphics/dottedline.gif) top repeat-y; width: 3px;}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}


/* Links */
a{
  color:#90002b; text-decoration: none;
}
a:hover{
  color:#666666; text-decoration: underline;
}


