BODY
{
	FONT-FAMILY: Verdana
}
A:link
{
	color: "blue"; TEXT-DECORATION: none
}
A:visited
{
	color: "blue"; TEXT-DECORATION: none
}
A:hover
{
	color: "red"; TEXT-DECORATION: underline
}
.Hdr
{
	FONT-FAMILY: Arial;
	color: "maroon";
}
.TDtxt
{
	FONT-FAMILY: Arial;
	color: "black";
	FONT-SIZE: 12;
}.smalltxt
{
	FONT-FAMILY: Verdana;
	color: "black";
	FONT-SIZE: 9;
}