/*Links*/
A:link    { color: #ffff00; text-decoration:none; }
A:active  { color: #00ffff; /* font-size: 125% */ }
A:visited { color: #CCCC00; text-decoration:none; /*font-size: 85% */ }
A:hover    {color: #00ffff; text-decoration: underline}


/* Used for orange bars on header end footer */
td.header {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 24pt;
 color: #000000;
 background: #ff6600;
}

/* 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 {
 background: #309898;
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 14pt;
}
body.black {
 background: #000000;
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 14pt;
}
font.large {
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 18pt;
}
p,  dl, dd  {
 background: #309898;
 color: #ffffff;
 font-family: verdana, "Lucida Sans Unicode",
   arial, helvetica, sans-serif;
 font-size: 14pt;
}
/* Used inside table cells (???) */

table {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 14pt;
}
ul {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 14pt;
}
li {
  font-family: verdana, "Lucida Sans Unicode",
    arial, helvetica, sans-serif;
  font-size: 14pt;
}

/* 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;
}

