H1 
{ 
        font-family: "Times New Roman", sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 22pt;
}

H2 
{ 
        font-family: "Times New Roman", sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 16pt;
}

H3 
{ 
        font-family: "Times New Roman", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
}

P 
{ 
        font-family: "Times New Roman", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
}

DIV 
{ 
        font-family: "Times New Roman", sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 12pt;
}

SPAN 
{ 
        font-family: "Times New Roman", sans-serif;
	color: #000000;
	font-size: 11pt;
}

SMALL 
{ 
        font-family: "Times New Roman", sans-serif;
	color: #666666;
	font-size: 9pt;
}

SMALL.RED
{ 
        font-family: "Times New Roman", sans-serif;
	color: #CC0000;
	font-size: 8pt;
}

A:link 
{
        color: #666666;
        background-color: transparent;
}
A:visited 
{
        color: #666666;
        background-color: transparent;
}
A:active 
{
        color: #666666;
        background-color: transparent;
}
A:hover 
{
        color: #CC0000;
        background-color: transparent;
}

