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: #FE7F02;
}

.subline {
	font-family: Arial;
	font-size: 24px;
	color: #FDCC9C;
}

.menuitem {
	width: 158px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
	border: solid 1px #808080;
	background-image: url(layout/bkg_menu.gif);
}

A.menulink:link,A.menulink:visited {
	display: block; 
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	BORDER: none;
	/* border: solid 1px #FFFFFF; */
}

A.menulink:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	/* border: solid 1px #000000; */
	background-color:#000000;
}

a:link,a:visited {
	color: #FE7F02;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


