/*Links*/
A:link    { color: #0000ff; text-decoration:none; }
A:active  { color: #00ffff; /* font-size: 125% */ }
A:visited { color: #CC00CC; text-decoration:none; /*font-size: 85% */ }
A:hover    {color: #00aaaa; text-decoration: underline;}


/* Used for orange bars on header end footer */
td.orange {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 24pt;
 color: #000000;
 background: #ff6600;
}

td.gray {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 24pt;
 color: #ffffff;
 background: #777777;
}

td.skyblue {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 24pt;
 color: #ffffff;
 background: #00AAEE;
}

/* Explanations in tables */
td.explain {
  font-family:  verdana, "Lucida Sans Unicode",arial, helvetica, sans-serif;
 color: #000000;
 background: #C0C0C0;
}
/* Standard displayed material in tables */

td.standard {
  font-family:  verdana, "Lucida Sans Unicode",arial, helvetica, sans-serif;
 color: #000000;
 background: #FFFFDD;
}
/* Used for 'green' product spec */
font.t3 {
 color: #A19F24;
 background: #ffffff;
}

font.t4 {
 color: #D1BF54;
 background: #309898;
}

/* Used for notes to be eliminated in final version */

font.notthere {
 color: #C0C0C0;
 background: #309898;
}

/* Used for regular body */

body.green {
 background: #309898;
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 12pt;
}
body.black {
 background: #000000;
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 12pt;
}
body {
 background: #ffffff;
 color: #000000;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 12pt;
}

p.green {
 background: #309898;
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 12pt;
}

p{
 background: #ffffff;
 color: #000000;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 12pt;
}
/* Used inside table cells (???) */

table {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 12pt;
}
ul {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 12pt;
}

ol {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 12pt;
}

ol.standard {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 12pt;
  color: #000000;
  background: #FFFFDD;
}

li {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 12pt;
}

/* header level 1 and 2 */

h1 {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 18pt;
}
h2 {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 16pt;
}

h3 {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 14pt;
}

