BODY
{ 
  color: #555555;
/*  color: #000000;*/
  font-size: 11px;
  FONT-FAMILY: tahoma, verdana, trebuchet ms;
  background-color: #002e5c;
  margin-left: 0px;
  padding-left: 20px;
}

TABLE 
{ 
  BACKGROUND-COLOR: #ffffff; 
  FONT-SIZE: 11px;
  LINE-HEIGHT: 130%;
  padding:10px;
}

h2
{ color: #003870; font-size: 16px; font-weight: bold; line-height: 120%; margin: 0; padding: 0 }

h3
{ color: #003870; font-size: 11px; font-weight: bold; line-height: 120%; margin: 0; padding: 0 }

.Blue
{ color: #0075f0; font-size: 11px; font-weight: bold; line-height: 150%; margin: 0; padding: 0 }


/*-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover
{
  FONT-SIZE: 11px;
  TEXT-DECORATION: none;     
  FONT-FAMILY: tahoma, verdana, trebuchet ms;
  BORDER-BOTTOM: 1px dotted
}

a:link
{
  COLOR: #004b9a;
  BORDER-BOTTOM: 1px dotted #004b9a
}

a:visited  
{ COLOR: #004b9a; }

a:hover
{ 
  COLOR: #0075f0;
  BORDER-BOTTOM: 1px dotted #0075f0
}
/*------------------------------------------------------*/