BODY {
	font-family: Arial, sans-serif;
	background-color: white;
	color: black;
	font-size: 12pt;
}

BODY.menu {
	background-image: url(menuback.gif);
}

BODY.inverted {
	background-color: black;
	color: white;
}

BODY.centered {
	text-align: center;
}

P.copyright {
	font-size: 7pt;
}

A:link {
	text-decoration: none;
	color: #0000CC;
}

A:visited {
	text-decoration: none;
	color: #0000CC;
}


A:hover {
	text-decoration: none;
	color: #0000FF;
}


A:active {
	text-decoration: none;
	color: #FF0000;
}

TABLE.inset {
	background-color: #EEEEEE;
	margin: 5
}

TABLE.special {
	background-color: #EEEEFF;
	margin: 10
}
