h2,.Header, .header   {
  
  font-size  :18px;
  font-family:Arial; 
  color: #69a005;
  
}

h3,.SubHeader{
  font-size  :15px;
  font-weight:normal;
}

    
.SmallText{
  font-size  :12px;
}



.blackHeading
{
    background: #000000;
    color: #fff;
    font-size:13px; 
    font-weight:bold;
    }

.greybg
{
    background: #dcdcdb;
    }


/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4f4f4d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}

div.padded {
padding-right: 10px;
}

/* Links */
a{
  color:#639800; text-decoration: none;
}
a:hover{
  color:#666666; text-decoration: underline;
}

hr { height: 0px; color: #e3e2e2; border-top: 1px; background: #e3e2e2; border-style: solid;}

input,textarea{ font-family: arial; font-size:12px; background: #fff; border: 1px solid #333; }

input:hover,textarea:hover{ font-family: arial; font-size:12px; background: #fff; border: 1px solid #639900; }

