BODY
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;

  margin: 0;

  background-color: rgb( 1, 14, 24 );
}

.main
{
}

.head_top
{
}

.head_bottom
{
}

TABLE
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: rgb( 136, 197, 247 );
}

.content_outer
{
  width: 851px;
  background-color: rgb( 48, 72, 99 );
  padding-bottom: 15px;
}

.content_inner
{
  width: auto;
  padding: 0 15px;
  margin: 0 15px;

  background-color: rgb( 39, 58, 79 );
  border: 1px solid rgb( 4, 43, 70 );

  text-align: left;
  color: rgb( 136, 197, 247 );
}

.notice
{
  width: 40em;
  padding: 0 15px;
  margin-top: 120px;

  background-color: rgb( 39, 58, 79 );
  border: 1px solid rgb( 136, 197, 247 );

  text-align: center;
  color: rgb( 136, 197, 247 );
}

.top_box
{
  width: auto;
  padding: 7px 15px;
  margin: 0 15px 15px 15px;

  background-color: rgb( 39, 58, 79 );
  border: 1px solid rgb( 4, 43, 70 );

  text-align: left;
  color: rgb( 136, 197, 247 );

  font-weight: bold;
}

.top_box_right
{
  float: right;
  margin-left: 2em;
}

.leading
{
  margin-top: 1em;
}

.trailing
{
  margin-bottom: 1em;
}

A
{
  color: rgb( 136, 197, 247 );
  font-weight: bold;
}

.footer
{
  width: 851px;
  padding: 8px 0;

  background-color: rgb( 9, 47, 79 );
  color: rgb( 24, 71, 106 );
}

.footer A
{
  color: rgb( 24, 71, 106 );
  text-decoration: underline;
  font-weight: normal;
}

H1
{
  font-size: 16pt;
  color: rgb( 205, 130, 39 );
  margin-top: 1em;
}

H2
{
  font-weight: bold;
  font-size: 100%;
  color: rgb( 252, 182, 81 );
}

H3
{
  font-weight: bold;
  font-size: 100%;
}

.title
{
  font-size: 16pt;
  font-weight: bold;
  color: rgb( 205, 130, 39 );
}

.subtitle
{
  color: rgb( 252, 182, 81 );
}

.heading
{
  font-weight: bold;
  color: rgb( 252, 182, 81 );
}

.heading2
{
  font-weight: bold;
  color: rgb( 136, 197, 247 );
}

UL
{
  list-style: none;
  text-indent: -8pt;
}

IMG
{
  border: none;
}

.hr
{
  height: 1px;
  border-bottom: 1px solid rgb( 136, 197, 247 );
}
