h2,.Header, .header   {
  
  font-size  :18px;
  color: #5f4d37;
  font-weight: normal;
  
}

h3,.SubHeader{
  font-size  :13px;
  font-weight:normal;
  color: #4f6f7e;
  font-weight:bold;
}
    
    
    
.SmallText{
  font-size  :11px;
}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#3d3331;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}


.verticalline{background: url(../images/graphics/vertline.gif) left repeat-y; width: 4px;}



/* Links */
a{
  color:#625350; text-decoration: underline;
}
a:hover{
  color:#000; text-decoration: underline;
}


