/* this is a confusing mess.  must fix. */

/* page defaults */
body
{
  color: black;
}

/* hyperlinks */
a:link, a:visited, a:active
{
  color: #000088;
  text-decoration: underline;
}

/* hyperlink hovering */
a:hover
{
  color: #0000AA;
  text-decoration: underline;
}

/* horizontal line - IE uses one set of codes, Mozilla uses another */
hr
{
  color: #2A3167;
  background-color: #2A3167;  /* opera */
  height: 2px;                /* IE? */
  border-top-width: 1px;      /* mozilla */
  border-style: solid;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* page titles */
h1 
{
  font-size: 14pt;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 12pt;
  margin-bottom: 12pt;
}

/* sub-headings */
h2
{
  font-size: 12pt;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 9pt;
  margin-bottom: 6pt;
}

h3
{
  font-size: 10pt;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 6pt;
  margin-bottom: 6pt;
}

p, td, li, ul
{
  font-size: 9pt;
  font-family: "Verdana", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 6pt;
  margin-bottom: 6pt;
}

.mono, pre
{
  font-size: 9pt;
  font-family: "Courier New", monospace;
  font-weight: normal;
  font-style: normal;
  margin-top: 6pt;
  margin-bottom: 6pt;
}

.error
{
  color: red;
  font-size: 8pt;
}

.small
{
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
}

.showcase
{
  margin-top: 3pt;
  margin-bottom: 3pt;
}

.showcase_box
{
  margin-top: 12pt;
  margin-bottom: 18pt;
}

.showcase_title
{
  background-color: black;
  color: white;
  font-family: "Arial", sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0pt;
  margin-bottom: 3pt;
  margin-left: 6pt;
  margin-right: 6pt;
}

.showcase_heading
{
  font-family: "Arial", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 6pt;
  margin-bottom: 6pt;
}

.showcase_subtitle
{
  font-style: italic;
  margin-top: 0pt;
  margin-bottom: 3pt;
  margin-left: 18pt;
  margin-right: 18pt;
}

.showcase_splash
{
  color: darkred;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-top: 0pt;
  margin-bottom: 3pt;
}