/* Main Styles */
td,body,input,textarea,select,option,button {
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:#53a947;
}
a:hover{
  color:012;
}

hr {
border-top:1px solid #5f270e;
height:0px;
border-bottom:0px solid #5f270e;
} 

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  color:53a947;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


