body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFEE;
	margin: 0px;
	/*	color: #333300;*/
	color: #000000;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;

}
h2 {
	font-weight: bold;
	font-size: 1.2em;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	color: #993300;
}

a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}

a:hover {
	color: #333300;
	text-decoration: underline;
}

p.menuitem {
	font-size: 0.95em;
	text-decoration: none;
	font-weight: bold;
}
p.menuitemFine {
	font-size: 0.95em;
	font-style: italic;
	font-weight: normal;
	margin: 1em .80em 0 .80em;
}

img.menuitem {
	width: 12px;
	height: 16px;
	margin-right: 4px;
	margin-left: 1px;
}

a.menuitem:link {
	font-size: 0.95em;
	color: #333300;
	text-decoration: none;
	font-weight: bold;
}
a.menuitem:visited {
	font-size: 0.95em;
	color: #333300;
	text-decoration: none;
	font-weight: bold;

}

a.menuitem:hover {
	font-size: 0.95em;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

p.newsitem {
	font-size: 0.95em;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 20px;
}

a.newsitem:link {
	color: #333300;
	text-decoration: underline;
}
a.newsitem:visited {
	color: #333300;
	text-decoration: underline;
}

a.newsitem:hover {
	color: #993300;
	text-decoration: underline;
}
.footerFineprint {
	font-size: 0.95em;
	text-decoration: none;
	padding: 2em 0 0 0;
}

