body {
  color: #ffffff;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  background-color: #000033;
  margin-left: 5px;
}
table, td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 100%;
}
p {
  color: #ffffff;
  font-size: 0.8em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
nav {
  font-size: x-small;
  font-style: oblique;
  text-align: center;
}
pre {
  color: #ffffff;
  font-size: 0.8em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
blockquote {
  color: #ffffff;
  font-size: 0.8em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
tr {
  border:  none;
}
ol {
  color: white;
  font-size: 0.8em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
ul {
  color: white;
  font-size: 0.8em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  list-style-position: inside;
}
h1 {
  margin: 5px 0 20px;
  color: #ffffff;
  font-family: Bodoni,Arial,Helvetica,Geneva,Georgia,serif;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
}
h2 {
  color: #afbfd2;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h3 {
  color: #ffffff;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h4 {
  color: #ffffff;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h5 {
  color: #ffffff;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h6 {
  color: #ffffff;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
img {
  border:  none;
  background-color: #eeeeee;
}
.imgbut {
  border: 0px double #c0c0c0;
  margin: 3px 10px 2px 0;
  float: right;
  background-color: #eeeeee;
}
a {
  color: #c2c2c2;
  font-size: 0.95em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  text-decoration: none;
}
a:visited {
  color: #be68d1;
  font-size: 0.95em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  text-decoration: none;
}
a:hover {
  color: white;
  font-size: 0.95em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  text-decoration: underline;
}
a:active {
  color: #d7a9e1;
  font-size: 0.95em;
  text-decoration: none;
}
.cellcolor {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  background-color: #adadad;
}
.rev_type {
  color: white;
  font-weight: bold;
  font-size: 1em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  text-decoration: none;
}
.g_nav_cellcolor {
  color: #ffffce;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  background-color: #424242;
}
.a_type_color {
  color: white;
  font-size: 0.9em;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  text-decoration: none;
}
.copyrght {
  border-top: 2px solid #aab7bb;
  border-right: medium none;
  padding: 5px 0;
  font-size: 80%;
  font-style: italic;
}
.wrap {
  margin: 0 auto;
  background: #000033 none repeat scroll 0% 50%;
  width: 750px;
  color: #ffffff;
  text-align: left;
}
.header {
  color: #afbfd2;
  background-repeat: no-repeat;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
  height: 160px;
  background-image: url(imgs/headerlite.gif);
  
}
.nav {
  background-image: url(imgs/navigationbg.jpg);
  color: #000000;
  text-align: center;
  height: 30px;
  letter-spacing: 2px;
}
.footnavright {
  border-top: 2px solid #aab7bb;
  padding: 5px 0;
  text-align: center;
  font-size: 90%;
  font-weight: normal;
}
.sidebar {
  border-right: 0 dotted #505050;
  padding: 10px;
  background-color: #181871;
  width: 250px;
  vertical-align: top;
  font-size: 90%;
  text-align: left;
}
.hline {
  vertical-align: bottom;
}