<html><head>
<title>Techneon Style Sheet</title>

<style type="text/css">
 BODY {
        color:#000000;
         link:#0000CC;
        vlink:#8800CC;
        alink:#FF0000;
  font-family: Arial, Sans Serif, Times New Roman;
 }
 P {
        color: #000000;
  font-family: Arial, Sans Serif, Times New Roman;
 }
 KBD {
        color: #000000;
  font-family: Lucinda Console, Terminal, Courier New, Courier;
   font-weight: bold;
 }
 PRE {
        color: #990000;
  font-family: Lucinda Console, Consolas, Terminal, monospace;
  white-space: pre;
   font-weight: bold;
 }

 H1 {
        color: #FF6600;
  font-family: Arial, Sans Serif, Times New Roman;
 }
 H2 {
        color: #FF6600;
  font-family: Arial, Sans Serif, Times New Roman;
 }
 H3 {
        color: #FF0088;
  font-family: Arial, Sans Serif, Times New Roman;
  font-weight: bold;
   position: relative;
 }
 H4 {
        color: #0000a0;
  font-family: Arial, Sans Serif, Times New Roman;
 }
 H5 {
        color: #000000;
  font-family: Arial, Sans Serif, Times New Roman;
 }

 SPAN.red {
        color:#FF0000;
 }
 SPAN.blue {
        color:#0000FF;
 }
 SPAN.black {
        color:#000000;
 }
 SPAN.yellow {
        color:#FFFF00;
 }
 SPAN.orange {
        color: #990000;
 }
 SPAN.right {
    float:right;
 }
 SPAN.left {
    float:left;
 }
 SPAN.lift {
     position:relative;
     bottom: 8px;
 }

 DIV.right {
    float:right;
 }
 DIV.left {
    float:left;
 }
 DIV.lift {
     position:relative;
     bottom: 8px;
 }
 LI {
     font-family: Arial, Sans Serif, Times New Roman;
 }
 UL.bullet {
  list-style-type: disc;
 }

</style></head>
