/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#FFFFFF;
  text-decoration:none;
  line-height: 1.6em;
}

body{
background-color:#abacb1;

}

HR {height:1px;color:#c7c7cf;border:0px;background:#b3b3b7;}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

input,textarea,select,button{
font-family:arial;
font-size:12px;
background-color:E4E4E4; 
border:1px solid #023B69;
color:#6d0304;
}

h2,.Header   {
  font-weight:normal;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:Normal;
  font-size  :12px;
  letter-spacing: 4px;
}

.SmallText{
  font-size  :11px;
}


