h2,.Header, .header   {
  font-weight:bold;
  font-size  :22px;
  color:#0b7e43;
line-height:30px;
}

h3,.SubHeader, .subheader{
  font-weight:normal;
  font-size  :18px;
  color:#0b7e43;
line-height:26px;
}

.SmallText{
  font-size  :10px;
}
p, ul
{
    color:#333;
    font-size:12px;
    line-height:18px;
}
b
{
    color:#0b7e43;
}
/* Main Styles */
td,body{
  font: normal 12px arial;
}


/* Links */
a{
  color:#0b7e43;
}
a:hover{
  color:#333;
}

