H1 
{ 
        font-family: "Garamond", sans-serif;
	font-weight: bold;
	color: #8F2A2B;
	font-size: 22pt;
}

H2 
{ 
        font-family: "Garamond", sans-serif;
	font-weight: bold;
	color: #8F2A2B;
	font-size: 18pt;
}

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

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

DIV 
{ 
        font-family: "Garamond", sans-serif;
	font-weight: bold;
	color: #8F2A2B;
	font-size: 12pt;
}

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

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

A:link 
{
        color: #CCCCCC;
        background-color: transparent;
}
A:visited 
{
        color: #CCCCCC;
        background-color: transparent;
}
A:active 
{
        color: #CCCCCC;
        background-color: transparent;
}
A:hover 
{
        color: #FFFFFF;
        background-color: transparent;
}


