body {
  background-color    : #9b0000;
  margin-left         : 0px;
  margin-top          : 0px;
}

img {
  border : 0;
}

p, li, h2, h3, h4, h5, h6, h1 {
  margin-left: 10px;
  margin-top : 20px;
  color      : #FFFFFF;
  font-family: arial;
  white-space: normal;
  text-align : justify;
}

p.navitem {
  margin-top    : 7px;
  margin-bottom : 5px;
  font-size    : 100%;
  text-align : left;
  font-weight : bold;
}

p.title {
  font-size   : 110%;
  font-weight : bold;
  font-style  : normal;
  text-align : left;
  font-variant : small-caps;
}

p.std_table {
  margin   : 2px 5px 2px 10px;
}

p, li {
  font-size    : 75%;
}

li {
  margin-top  : 5px;
}

*.nomargin {
  margin-top   : 0px;
}

p.in_table {
  margin-top   : 2px;
  margin-bottom: 2px;
  margin-left  : 7px;
  margin-right : 2px;

}

p.body_text {
  margin-top   : 15px;
  margin-bottom: 15px;
  margin-left  : 15px;
  margin-right : 15px;
}

h3 { font-size : 150% }
h2 { font-size : 200% }

*.center {
  text-align : center;
}

/* TABLE DEFINITIONS *****************************/
td, tr, table {
  vertical-align  : top; 
}

td {
  padding-bottom   : 0px;
  padding-top      : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
}

table {
  border-collapse       : collapse;
  margin-left           : 0px;
  padding-left          : 0px;
  padding-top           : 0px;
  border-top            : 0px;
  border-left           : 0px;
  margin-top            : 0px;
  background-color      : #9B0000;
}

table.titlebar {
  width                 : 800px;
  height                : 50px;
  background-color      : #9B0000;
}

td.sidebar {
  width                 : 150px;
  background-color      : #9B0000;
}

table.std_body {
  width                 : 800px;
  background-color      : #9B0000;
}

table.std_table {
  border                : 1px solid #ff0000;
  margin-left           : 15px;
  margin-right          : 15px;
  margin-bottom         : 15px;
  width                 : 620;
}

td.std_cell {
  border                : 1px solid #ff0000;
}

table.navmain {
  background-color      : #9B0000;
  width                 : 800px;
  height                : 125px;
}

table.footer {
  width                 : 800px;
  height                : 50px;
  background-color      : #9B0000;
}


table.undertitle {
  width                 : 800px;
  height                : 20px;
  background-color      : #9B0000;
}

/** FORM DEFINITIONS *******************************/
input, select, textarea {
  background-color:  #9B0000;
  color           :  #ff0000;
  font-family     :  arial;
  font-size       :  100%;
}

/** LINK DEFINITIONS *********************************/
a {
  text-decoration:  none;
  color          :  #FFFFFF;
  font-weight    :  normal;
}

a.nav {
  font-weight    :  bold;
  font-style     : italic;
  font-variant   : small-caps;
}

a:hover {
  text-decoration :  underline;
  color           :  #FF0000;
}

*.nav_title {
  font-weight: bold;
  margin-left: 5px;
  margin-top : 5px;
  margin-bottom: 0px;
}

*.nav_item {
  font-weight: normal;
  margin-left: 10px;
  margin-top : 0px;
}

