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

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

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

.bigcap {
	font-size: 32px;
	font-weight: bold;
}

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: 5px;
}

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