
body
{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
  font-family: arial, sans-serif, Helvetica !important;
  font-size: 16px !important;
}

a, a:visited
{
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:hover
{
  color: #3a70b8;  
}

img
{
  border: 0px;
}

td
{
  vertical-align: top;
  border: 0px solid #606060;
}

td.rightspacer
{
  width: 17%;
}

/* --- upper band ----------------------------- */

#uband
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #808080;
  border-collapse: collapse;
}

#uband td
{
  background-color: #dddddd;
}

#uband td.border
{
  background-color: #808080;
  height: 10px;
}

#uband td.logo
{
/*  padding: 10px 0px 0px 15px;*/
  height: 75px;
  min-width: 157px;
  width: 17%;
  vertical-align: middle; 
  text-align: center;
}

#uband td.title
{
  text-align: center;
  vertical-align: middle;
  width: 66%;
}

#uband .title
{
  font-family: monospace;
  font-size: 20pt;
  font-weight: bold;
}


/* --- container ------------------------------ */

#container
{
/*  padding: 10px;*/
  width: 100%;
  border-collapse: collapse;
}

#container td.menu
{
  min-width: 157px;
  width: 17%;
}

#menu-item
{
  margin: 5px 0px 0px 10px;
}

#menu-item td.topic
{
  padding-top: 10px;
  border-bottom: 1px dotted #808080;
  font-weight: bold;
  font-size: 14px !important;
}

#menu-item a.topic:visited
{
  color: #000000;
}

#menu-item td.subtopic
{
  padding: 3px 0px 0px 10px;
  font-size: 12px !important;  
}

#menu-item td.subtopic:hover
{
  background-color: #dddddd;  
}

#container td.content
{
  width: 66%;
  padding-bottom: 20px;
}


/* --- lower band ----------------------------- */

#lband
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #808080;
  border-collapse: collapse;
}

#lband td
{
  background-color: #dddddd;
}

#lband td.copyright
{
  height: 10px;
  text-align: center;
  color: #808080;
  font-size: 12px !important;
}

#lband td.border
{
  background-color: #808080;
  height: 10px;
}



/*************************/

H1,H2,H3,H4,H5,H6
{
  text-align: left;
}

TABLE
{
  border-color: #000000;
  border-collapse: collapse;
  border-spacing: 0px;
}

TABLE.border-table
{
  border-width: 1px;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #000000;
}

TD.border-table
{
  border-width: 1px;
  margin: 0px;
  padding: 3px;
  border-color: #000000;
  border-style: solid;
  vertical-align: top;
}

TD.border-table-head
{
  border-width: 0px;
  margin: 0px;
  padding: 3px;
  vertical-align: top;
}

TD.heading
{
  background-color: #000000;
  color: #030B69;
  font-family: monospace;
  font-size: 10pt;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}

TD.notice
{
  background-color: #F2F3FD;
  vertical-align: top;
  text-align: left;
  padding: 2px;
  margin: 0px;  

  border-width: 2px;
  border-color: #000000;
  border-style: solid;
}

PRE
{
  color: #3a70b8;
}

.bullet
{
  background-color: #F2F3FD;
  color: #000000;
}
