/* $Id: style.css,v 1.0 2000/02/22 MR $ */

BODY,A,P,TD,TH,H1,H2,H3,H4,H5,H6 
{
  font-family: arial, helvetica;
}
BODY 
{
  font-size: 9px; 
  color: #000000; 
  background-color: #FFFFFF; 
}
.title
{
    COLOR: #000000;
    FONT-FAMILY: arial, helvetica;
    FONT-SIZE: 110%;
    FONT-WEIGHT: bold
}
.head1
{
    COLOR: #000000;
    FONT-FAMILY: arial, helvetica;
    FONT-SIZE: 110%;
    FONT-WEIGHT: bold
}
TD,TH,H1,H2,H3,H4,H5,H6 
{
  color: #000080;
  text-decoration: none;
}
TD 
{ font-size: 10pt; }
TH 
{ font-weight: bold; }

A  
{ text-decoration: none; }
A:link 
{ color: #0066FF; }
A:visited
{ color: #0066FF; }
A:active
{ color: #0066FF; }
A:hover
{ color: #FF0000; }

/* Tigra Hints Classes */
.part
{background-image: url("js/img/corner.gif"); background-repeat: no-repeat; cursor: default;}
/* a class for all Tigra Hints boxes, TD object */
.hintsClass
{text-align: center; font-family: Arial, Helvetica;}
/* this class is used by Tigra Hints wrappers */
.headrow
{border-bottom:1px solid #999999; font-family: Arial, Helvetica; font-size: 11px;}
.row
{font-family: Arial, Helvetica; font-size: 10px;}
.tailrow
{font-family: Arial, Helvetica; font-size: 10px; color: #FF0000;}
