h2,.Header, .header   {
  font-weight:normal;
  font-size  :18px;
  color: #333;
  
}

h3,.SubHeader, .subheader{
  font-size  :14px;
  font-weight:bold;
  color: #08b259;
}
    
.greyheader
{
    color: #fff;
    background:#999a95;
    height: 33px;
    font-weight: bold;
    text-align: center;
    }    
    
.SmallText{
  font-size  :11px;
}

.pad
{ padding: 6px;}


/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}

.tablegreenhead {background: #08b259; color: #fff; font-weight:bold; }
.tableline{background: #f3f3f3;}


/* Links */
a{
  color:#08b259; text-decoration: none;
}
a:hover{
  color:#999; text-decoration: underline;
}

.imageborder{
border: solid 2px #e6e7e9;
}

