BODY   {
	font-family : 'Arial', sans-serif;
	font-size : 9pt;
	background-image : url(background.gif);
	background-repeat : repeat-x;
	background-position : top;
}

TD   {
	font-size : 9pt;
}

.White  {
	font-family : 'Arial', sans-serif;
	color : #FFFFFF;
}

H1  {
	font-size : 18pt;
	font-weight : bold;
}

H2  {
	font-size : 14pt;
}

A  {
	text-decoration : none;
	color : #000000;
}

A:hover  {
	color : #440000;
	text-decoration : underline;
}

A.White  {
	text-decoration : none;
	color : #FFFFFF;
}

A.White:hover  {
	color : #FFFFFF;
	text-decoration : underline;
}

HR  {
	color : #FFFFFF;
}