BODY {
	background: white;
}
A:link {
	color: #6666CC; /* tan */
}
A:visited {
	color: #6666CC;
}
A:active {
	color: #6666CC;
}
A.foot:link {
	color: black;
}
A.foot:visited {
	color: black;
}
P {
	font-family: Arial;
	font-size: 10pt;
}
TABLE {
	font-family: Arial;
	font-size: 10pt;
}
UL {
	font-family: Arial;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	list-style: square inside;
}
OL {
	font-family: Arial;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	list-style: decimal inside;
}
DIV {
	font-family: Arial;
	font-size: 10pt;
}