H1 
{ 
        font-family: "Futura BK", sans-serif;
	font-weight: bold;
	color: #006600;
	font-size: 22pt;
}

SPAN 
{ 
        font-family: "Futura BK", sans-serif;
	font-weight: bold;
	color: #CC0099;
	font-size: 12pt;
}

DIV 
{ 
        font-family: "Futura BK", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

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

P 
{ 
        font-family: "Futura BK", sans-serif;
	color: #999999;
	font-size: 7pt;
}

A:link 
{
        color: #669966;
        background-color: transparent;
}
A:visited 
{
        color: #669966;
        background-color: transparent;
}
A:active 
{
        color: #CC0099;
        background-color: transparent;
}
A:hover 
{
        color: #CC0099;
        background-color: transparent;
}

