BODY {
  font-family: Georgia, Tahoma, Bookman, Arial, Times, sans-serif;

  font-size: 10pt;
  color: black;
  background-color: white;
}

H1{
  font-family: Georgia;
  font-size: 18pt;
  font-weight: bold;
  color: blue;
}

H2  {
  font-family: Georgia;
  font-size: 16pt;
  font-weight: bold;
  color: #blue;
 }

H3{
  font-family: Georgia;
  font-size: 14pt;
  font-weight: bold;
  color: #blue;
}
H4{
  font-family: Georgia;
  font-size: 12pt;
  font-weight: bold;
  color: #blue;
}
H5  {
  font-family: Georgia;
  font-size: 10pt;
  color: #666666;
}
P {
  font-family: Georgia;
  font-size: 12pt;
}

LI {
  font-family: Georgia;
  font-size: 12pt;
}

UL {
  font-family: Georgia;
  font-size: 12pt;
}

TD, TR, TH {
  font-family: Georgia;
  font-size: 10pt;
}


PRE, CODE, TT {
  font-family: monospace;
  }

copyright  {
  font-family: Georgia;
  font-size: 8pt;
  color: blue;
}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}

A:link
{
  font-family: Georgia;
	color: #blue;
	text-decoration: none;
}
a:link
{
  font-family:Georgia;
	color:#ff2222;
	font-size:15pt;
}

a:visited    {
  font-family:Georgia;
	font-size:15pt;
	color: #0000ff;
		}

a:active     {
  font-family:Georgia;
	font-size:15pt;
		color: #ff6600;
		}

a:hover  {
  font-family:Georgia;
	font-size:15pt;
		color: #9933ff;
		}
DFN
{
	font-weight: bold;
	color: red;
}

LABEL
{
	color: green;
	font-family: monospace;
	font-style:italic;
	font-weight: 700;
}
ref
{
  font-family: Georgia, Bookman Old Style, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #009900;
}
title
{
  font-family: Georgia, Bookman Old Style, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #009900;
}

italic
{
  font-style:italic;
}