H1 
{ 
        font-family: "Arial", sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 22pt;
}

H2 
{ 
        font-family: "Arial", sans-serif;
	font-weight: bold;
	color: #006699;
	font-size: 18pt;
}

DIV 
{ 
        font-family: "Arial", sans-serif;
	color: #FF0000;
	font-size: 12pt;
}

SPAN 
{ 
        font-family: "Arial", sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 11pt;
}

P 
{ 
        font-family: "Arial", sans-serif;
	color: #000000;
	font-size: 12pt;
}

SMALL 
{ 
        font-family: "Arial", sans-serif;
	color: #000000;
	font-size: 10pt;
}

A:link 
{
        color: #000066;
        background-color: transparent;
}
A:visited 
{
        color: #000066;
        background-color: transparent;
       }
A:active 
{
        color: #006699;
        background-color: transparent;
}
A:hover 
{
        color: #006699;
        text-decoration: underline;
        background-color: transparent;
}

