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

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

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

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

A.Back
{
   font-weight: 800;
   font-size: 60%;
}

A.Back:link
{
   color: #FF0000;
   text-decoration: none;
}

A.Back:visited
{
   color: #B00000;
   text-decoration: none;
}

A.Back:hover
{
   color          : #FF0000;
   text-decoration: none;
   text-decoration: underline;
}

A.Back:active
{
   color: #D00000;
   text-decoration: none;
}

A
{
   font-weight: 800;
   font-size  : 80%;
   padding    : 0px;
}

A:link
{
   color: #D00000;
   text-decoration: none;
}

A:visited
{
   color: #B00000;
   text-decoration: none;
}

A:hover
{
   color: #FF0000;
   text-decoration: none;
   text-decoration: underline;
}

A:active
{
   color: #D00000;
   text-decoration: none;
}

UL
{
   list-style-type: square;
   margin         : 5px 300px 0px 30px;
}

LI
{
   padding: 0px;
}

