h2,.Header, .header   {
  
  font-size  :19px;
  color: #289223;
  font-weight: normal;
  font-family: Arial;
  
}

h3,.SubHeader{
  font-size  :14px;
  font-weight:bold;
  color: #4d4b4b;
}
    

    
.SmallText{
  font-size  :11px;
}


.greenButton{
color: #fff;
background:#6d9d2d;
}
.greenButton a{
color: #fff;
}
.blackButton{
color: #fff;
background:#4a4646;
}
.blackButton a{
color: #fff;
}

.whiteLarge{
color: #fff;
font-size: 17px;
font-weight:normal;
line-height:21px;
}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}


/* Links */
a{
  color:#6a992b; text-decoration: underline;
}
a:hover{
  color:#999; text-decoration: underline;
}



