body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
}
#menuitem {
	padding: 10px 3px 0px 5px;
}
#menuitemsmall {
	padding: 2px 3px 0px 15px;
}
#menuitem a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menuitem a:hover {
	text-decoration: underline;
}
#menuitemsmall a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menuitemsmall a:hover {
	text-decoration: underline;
}

a {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
}
h1 {
	font-size: 20px;
	color: #9B9088;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #9B9088;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #9B9088;
	font-weight: bold;
	font-style: italic;
}