P  {}

H1  {
	font-size : 20;
	font-weight : bold;
}

H2  {
	font-size : 16;
	font-weight : bold;
}

H3  {
	font-size : 14;
	font-weight : bold;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : Red;
}

BODY  {
	font-size : 10;
	font-family : arial, helvetica;
	color : Black;
	background-color : White;
}

TH  {
	font-size : 12;
	font-family : arial, helvetica;
	color : Black;
	font-weight : bold;
}

TD  {
	font-size : 12;
	font-family : arial, helvetica;
	color : Black;
}

.small  {
	font-family : Arial;
	font-size : x-small;
}

.error  {
	font-size : medium;
	font-weight : bold;
	color : #FF0000;
}
.footer
	{
	font-family: Arial, Helvetica, sans-serif; font-size: 8pt
	}

