/* Main Styles */
td,body{
  font: normal 12px arial;
  color:4D4C50;
  text-decoration:none;
  text-align: justify;
  line-height: 1.4em;
}

input,textarea{
font-family:arial;
font-size:12px;
background-color:F8F8F8; 
border:1px solid #AAAAAB;
color:#4D4C50;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:BE2D35;
}

HR {height:1px;color:#08375B;border:0px;background:#08375B;}



h2,.Header   {
  font-size  :14px;
  color:8B0F04;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


