BODY 
{
  background-color: white;
  font-size: 10pt;
  font-family: sans-serif;
  font-face: arial, helvetica;
  background-image:  URL(images/magnifier.jpg);
  background-position:  50% 75%;
  background-repeat:  no-repeat;
}

A 
{
   text-decoration: none;
#   font-weight: bold;
}

A:hover
{
   text-decoration: underline;
}

A:visited
{
#   color: 6699ff;
   color: 666666;
}

A:link
{
   color: 0066cc;
}

A.menu 
{
   text-decoration: none;
   font-weight: bold;
}

A.menu:hover
{
   text-decoration: underline;
}

A.menu:visited
{
   color: black;
}

A.menu:link
{
   color: black;
}

A.menuselect
{
   text-decoration: none;
   font-weight: bold;
}

A.menuselect:hover
{
   text-decoration: none;
}

A.menuselect:visited
{
   color: 0066CC;
}

A.menuselect:link
{
   color: 0066CC;
}
A.special
{
   text-decoration: none;
   font-weight: bold;
}

A.special:hover
{
   text-decoration: underline;
}

A.special:visited
{
   color: 0066cc;
}

A.special:link
{
   color: 0066cc;
}

H1
{
  font-size: 18pt;
}

H2
{
  font-size: 14pt;
}

H3
{
  font-size: 12pt;
}

H4
{
  font-size: 10pt;
}

H5
{
  font-size: 10pt;
}

DIV
{
  font-size: 10pt;
  font-family: sans-serif;
  font-face: arial, helvetica;	
}

DIV.footer
{
   font-size: 9pt;
   color: 000033;
   font-weight: bold;
   width: 100%;
   text-align: center;
}

TD
{ 
  font-size: 10pt;
  font-family: sans-serif;
  font-face: arial, helvetica;	
}
TD.navigation
{
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding: 20px;
}
TD.text
{
	line-height: 1.2;
	
}

TD.special
{ 
  font-weight: bold;
  color: 0066cc;
}

P.special
{
  font-family: serif;
  font-size: 12pt;
}

P.header
{
	font-size: 14pt;
	font-weight: bold;
	color: 666666;
	
}
DIV.tagline
{
	font-size: 18pt;
	color: 999999;
	text-align: center;
	padding: 10px;
}
DIV.copyright
{
    font-size: 8pt;
    color: 666666;
    text-align: center;
    padding: 10px;
}
