body {
	font-size: 12px;
	font-family: Arial;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #FFFFFF;
}

p,td {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.headline {
	font-family: Arial;
	font-size: 30px;
	color: #8C4C02;
}

.subline {
	font-family: Arial;
	font-size: 24px;
	color: #CE6E01;
}

.menuitem {
	width: 141px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8C4C02;
}

A.menulink:link,A.menulink:visited {
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

A.menulink:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: none;
	background-color:#FFFF00;
}

a:link,a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


