/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:#aba7c9;
  line-height: 1.6em;
  text-decoration:none;
  
}

body{
background-color:000740;

}

/* Links */
a{
  color:#d2c995;
}
a:hover{
  color:#eea10d;
}

hr { height:0px; color:#6b709b; border-top:1px; background:#6b709b;border-style:solid;}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:bold;
  font-style:italic;
  font-size  :14px;
  color:9a8ebe;
}

.SmallText{
  font-size  :10px;
}


