
/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#716e67;
  line-height: 17px;
  text-decoration:none;
}


/* Links */
a{
  color:#00b161; text-decoration: underline;
}
a:hover{
  color:#000000; text-decoration: underline;
}

h2,.Header   {
  font-weight:normal;
  font-size  :24px;
  color: #00aee3;
  font-family: Georgia;
  
}

.GreenHeader   {
  font-weight:normal;
  font-size  :24px;
  color: #00b161;
  font-family: Georgia;
  
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  font-weight:bold;
   color: #000;
}

.SmallText{
  font-size  :11px;
}


.tableheading{
background: #00b161; 
color: #fff;
font-weight:bold;
padding: 5px;
}

.tablepadding
{ padding: 6px;
    }



