BODY     {
           color: #000000;
           font-family: Helvetica, Arial, sans-serif;
           font-size: 8pt;
           line-height: 1.2
         }

H1, H2, H3, H4       {
           font-family:  Arial, Tohama, sans-serif;
           font-weight:  900
         }

.head    {
          font-style: oblique 
         }

.item    {
          font-style: bold 
         }

.caption {
         font-style:oblique
         }

.ms       {
           font-family: Verdana, Arial, sans-serif;
           font-variant: small-caps;
           font-size: 8pt;
           font-weight: 800
         }
.msb       {
           font-family: Verdana, Arial, sans-serif;
           font-size: 10pt;
           font-weight: 800;
           line-height: 2pt;
           text-indent: 1em
         }

.small   {
           font-family: Verdana, Arial, sans-serif;
           font-size: 8pt;     
           }

.reverse  {
           color: #ffffff;
           background-color: #333366
          }

.reversetemp {
           background: url(/http/www.trifox.com/img/tcor.gif)  #333366; 
           background-position: 0% 0%;
           background-repeat: no-repeat          
           }

.reverse2  {
           background: #6699CC;
           color: #333366
          }

hr        {
           margin-below: .25em;
           margin-above: .25em
          }

A {text-decoration: none}

- the above line turns of underlining under hrefs -


A:link {color: #333366; background: #ffffff}
A:visited {color: #333366; background: #ffffff}
A:active {color: #333366 ; background: #ffffff}
A:hover {text-decoration: none; color: #ffffff; background: #6699CC}







