/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color: #a00b0b;
}
a:hover{
  color: #780606;
  text-decoration:underline;
}

hr { height:0px; color:#a00b0b; border-top:1px; background:#808060;border-style:solid;}

input,textarea{
font-family:arial;
font-size:12px;
background-color:#f0f0f0; 
border:1px solid #98999d;
color:#000000;
}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #000044;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size:14px;
  color: #a00b0b;
  line-height: 18px;
}

.SmallText{
  font-size  :10px;
}


