/* Main Styles */
td,body,p,input,textarea,select,option,ul,ol,li,button{
  font-family: arial;
  font-size: 12px;
  color:#454545;
  text-decoration:none;
}

/* Links */
a{
  color:#262c61;
}
a:hover{
  color:012;
}

hr {
height:0px;
border-bottom:0px;
border-top:1px solid #84C326;
}

h2,.Header   {
  letter-spacing: 0.1em;
  font-size  :14px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


