BODY
{
    MARGIN: 0px;
    BACKGROUND-COLOR: white;
    font-size: 12pt;
	font-family: arial, arial;
	color: black;
	FONT-WEIGHT: bold;
}


TD
{
	font-size: 9pt;
	font-family: arial, arial;
	color: black;
	FONT-WEIGHT: bold;
}

H1
{
	font-size: 16pt;
	font-family: arial, arial;
	color: black;
	FONT-WEIGHT: bold;
	margin-bottom: 0;
}

.tdRed

{
	font-size: 9pt;
	font-family: arial, arial;
	color: red;
	FONT-WEIGHT: bold;
}

.tdMouseOut
{
	font-size: 9pt;
	font-family: arial, arial;
	color: black;
	CURSOR: default;
}


.tdMouseIn
{
	font-size: 9pt;
	font-family: arial, arial;
	color: red;
	CURSOR: hand;
	FONT-WEIGHT: bold;
}

.tdMouseSel
{
	font-size: 9pt;
	font-family: arial, arial;
	color: black;
	CURSOR: default;
	FONT-WEIGHT: bold;
}