/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    font-family	:	verdana,arial,helvetica,sans-serif;
    font-size		:	10pt;
    background-color	:	#000000;
    color		:	#B6BFFF;
}


table.sidebar {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 80%;
  padding: 5px;
  background-color: #003300;
  height: 100%;
  
  border-bottom          : 3px solid #FFCC00;
  border-right           : 3px solid #FFCC00;
  border-left           : 1px solid #FFCC00;
  border-top           : 1px solid #FFCC00;
    
}


table.main {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 80%;
  
  border-bottom          : 3px solid #FFCC00;
  border-right           : 3px solid #FFCC00;
  
  border-top            : 1px solid #FFCC00;
  border-left           : 1px solid #FFCC00;
}



/* Header and Footer links */
.header-footer:link, .header-footer:active, .header-footer:visited
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;

  background-color       : transparent;
  color                  : white;
  font-size:10pt;
}

/* Header and Footer Hover Link */
table.header-footer:hover
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;

  background-color       : transparent;
  color                  : yellow;
  font-size:10pt;
}
 
/* Header-Spacer Links */
a.spacer:link, a.spacer:active, a.spacer:visited
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;

  background-color       : transparent;
  color                  : white;
  font-size              : 10pt;
}

/* Header-Spacer Hover Link */
a.spacer:hover
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;

  background-color       : transparent;
  color                  : yellow;
  font-size              : 10pt;
}

/* Default Link */
a:link, a:active, a:visited
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;

  background-color       : transparent;
  color                  : blue;
}

/* Default Hover Link */
a:hover
{
  font-family            : arial, helvetica, sans-serif;
  text-decoration        : none;
   
  background-color       : transparent;
  color                  : red;
}

/* Horizontal delimiter defaults */
hr {
    border		: 0px;
    color		: #7E7FB5;
    background-color	: #7E7FB5;
    height		: 1px;
    width		: 95%;
}

body, ul, td, th {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10pt;
}

h1 {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 16pt;

    font-weight: bold;
    color: #5E5FA2;
}

h2 {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #CC0000;
}

h3 {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000066;
}

h4 {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 6pt;
}

small {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10pt;
}

a.small {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 75%;
    text-decoration: none;
}

textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    background-color:white;
}

textarea.small {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 75%;
}

