BODY    
{       
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size   : 90%;
   margin      : 80px;
   background-color: #FFFFFF;
   /*
   background-repeat: no-repeat;
   background-position: top right;
   background-attachment: fixed; 
   background-image: url(../logo.gif);
   color : #000080;
   */
}               

H1
{
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight : 900%;
   font-size   : 150%;
}

H2
{
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight : 900%;
   font-size   : 120%;
}

H3
{
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight : 900%;
   font-style  : italic;
   font-size   : 100%;
}

H4
{
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight : 600%;
   font-style  : italic;
   font-size   : 80%;
}

H5
{
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight : 400%;
   font-style  : italic;
   font-size   : 60%;
}

A:link
{
   color: #006666;
   text-decoration: none;
   font-weight: 600;
   font-size: 90%;
   /* background: #F0F0F0; */
}

A:visited
{
   color: #000080;
   text-decoration: none;
   font-weight: 600;
   font-size: 90%;
   /* background: #F0F0F0; */
}

A:hover
{
   color: #0000A0;
   text-decoration: underline;
   font-weight: 600;
   font-size: 90%;
   /* background: #F0F0F0; */
}

A:active
{
   color: #000080;
   text-decoration: underline;
   font-weight: 600;
   font-size: 90%;
   /* background: #F0F0F0; */
}

OL
{
   padding: 0px;
}

LI
{
   padding: 8px;
}

LI.InnerList
{
   padding: 0px;
}

OL.InnerList
{
   padding: 2px;
}

PRE
{
   font-family : "Lucida Console", "New Times Roman", "Lucida Typewriter", "Courier";
   font-weight : 600;
}

