@import url(site.css);
/*
BODY  
{
   color : Black;
   background-color : #ffffff;
   font-family : arial;
   font-size : 8pt;
}

TD  
{
   color : #000000;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font : 10pt;
}

A:active  
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : none;
}

A:link  
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : none;
}

A:visited  
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : none;
}

A:hover 
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : underline;
}

.darkback  
{
   background-color : #537daf;
}

.mediumback
{
  background-color : #B5DAFF;
  font-weight : bold;
  color : #FFFFFF;
}

.lightback  
{
   background-color : e1f0ff;
}
*/
.title
{
font-family     : Verdana, Arial, Helvetica, sans-serif;
font-size : 14pt;
color : #537daf;
font-weight : bold;
text-decoration : none;	
}

.tips
{
font-family     : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #000000;
font-weight : normal;
text-decoration : none;	
}

