/* 
 *
 * <LINK REL="stylesheet" TYPE="text/css" HREF="style.css"> 
 *
 */

body, p, h1, h2, h3, h4, ul, ol, li, div, td, address, blockquote, i, span {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  /*text-align: justify;*/
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 0px;
  background-color: #ffffff;
}

#top {   background-color: #294a8c; margin-left: 0px; }

h2 {font-size: 12px; }


span.red,  { color= #ff0000; }
span.green { color= green; }
span.gray  { color= gray; }

table.content {
  color: #ffffff;
  font-size: 12px;
  background-color: #ffffff;
  border: thin #555555;
}



xsmall {
  font-size: 9px;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
}

gray {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
}

span.white {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  /*font-weight: bold;*/
}

a:visited {
  color: #0000ff;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #000000;
  text-decoration: underline;
}

a:link.red    { color: #ff0033; }
a:visited.red { color: #ff0033; }
a:hover.red   { color: #000000; }
a:active.red  { color: #000000; }

a:link.nav    { color: #dddddd; font-weight: bold;  font-size: 10px; }
a:visited.nav { color: #dddddd; font-weight: bold;  font-size: 10px; }
a:hover.nav   { color: #dddddd; font-weight: bold;  font-size: 10px; }
a:active.nav  { color: #dddddd; font-weight: bold;  font-size: 10px; }

pre {
  font-family: Monaco, Courier New, Courier, Monospace;
  font-size: 9px;
  color: #f7f7f7;
}

tt {
  font-family:  Monaco, Courier New, Courier, Monospace;
  font-size: 9px;
  color: #f7f7f7;
}

pre.normal {
  color: #f7f7f7;
}