.ComplimentaryColor, .ComplimentaryColor a, .ComplimentarySmallLink, .ComplimentarySmall2Link, .ComplimentaryLink, .ComplimentaryBoldLink, .ComplimentaryBoldUnderlineLink {
    color: #4a970b;
}

.PageTitle  h1 {
  text-transform: uppercase;
    color: #23b04d;
    font-size: 20pt;
}

input[type=button], input[type=submit] {
    background: #4a970b;
    color:#FFF;
}
input[type=button]:hover, input[type=submit]:hover{
    background: #4b7c2d;
    color:#FFF;
}
