<style media="screen">

/*
  040113: sbj - JMG changes, darken fonts, allow user to change font size dynamically
*/

A:
{
color: #000033;
text-decoration: none;
}

A:link
{
color: #000033;
text-decoration: none;
}

A:active
{
color: #000055;
}

A:visited
{
color: #666688;
text-decoration: none;
}

TD, P, DIV, BLOCKQUOTE
{
  /*
  color: #888888;
  font-size: 9pt;
  font-family: 'Arial';
  */
    color: #444444;
    font-size: 90%;
    font-family: 'Arial';
}

UL
{
list-style: circle;
  /*
line-height: 15pt;
  */
line-height: 110%;
letter-spacing: 1pt;
}

.bodycopy
{
  /*
line-height: 15pt;
  */
line-height: 135%;
letter-spacing: 1pt;
}

.header
{
  /*
  color:#222222;
  font-size: 10pt;
  font-family: 'Arial';
  font-weight: bold;
  */
  color:#000000;
  font-size: 90%;
  font-family: 'Arial';
  font-weight: bold;
}

.subheader
{
  /*
  color:#888888;
  font-size: 10pt;
  font-family: 'Arial';
  font-weight: bold;
  */
  color:#444444;
  font-size: 90%;
  font-family: 'Arial';
  font-weight: bold;
}

.footnote
{
  /*
  color:#888888;
  font-size: 8pt;
  font-family: 'Arial';
  */
  color:#444444;
  font-size: 70%;
  font-family: 'Arial';
}

.nav_lightblue
{
  color:#acabe7;
  font-size: 8pt;
  font-weight: bold;
}
/* was #aaaaff; */

.nav_white
{
  color:#ffffff;
  font-size: 8pt;
  font-weight: bold;
}
</style>