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

H1, H2, H3,      {
           font-family:  Arial, Tohama, sans-serif;
           font-weight:  900
         }
h1       {
          font-size: 16pt
         }

h2       {
          font-size: 14pt
         }

h4	 {
           font-family:  Arial, Tohama, sans-serif;
           font-weight:  900;
	   padding: 0;
           margin-bottom: 0
         }

ul       {
	  margin: 15;
          margin-below: 1.5;
	  list-style-image: url(http://www.dataaspects.com/img/blt.gif)
         }

.head    {
          font-style: oblique 
         }

.item    {
          font-style: bold 
         }

.caption {
         font-style:oblique
         }

.emp   {
           font-family: Verdana, Arial, sans-serif;
           font-size: 12pt;
	   font-weight: bolder;
	   line-height: 4pt
           }

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

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

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

.reversetemp {
           background: url(/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}







