body {
	background-color: #F8F8F8;
	font-family: Georgia;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
}

div.heading {
	font-size: 150%;
	display: block;
}

div.subheading {
	font-size: 90%;
	color: gray;
	font-style: italic;
}

div.menu {
	padding: 5px 2px 5px 2px;
	line-height: 1.7;
}

div.rightfloat {
	display: inline;
	float: right;
/*	margin: 5px 5px 5px 10px; */
}

div.text {
/*	text-align: justify; */
}

div.small_text {
	font-size: 50%;
	font-family: Arial, Helvetica;
}
div.date {
	font-style: italic;
}

div.datetext {
	font-size: 10pt;
	padding-left: 60px;
}

a.menuitem {
	padding: 3px 10px 3px 10px;
	margin: 12px 0px 6px 0px;
	background-color: Silver;
	border: solid 1px gray;
	vertical-align: baseline;
	display: inline;
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana;
	font-size: 75%;
	color: black;
	
}

a.menuitem#active {
	background-color: #F8F8F8; 
	color: black;
}

a.menuitem:hover, a.menuitem#active:hover {
	background-color: black;
	text-decoration: none;
	color: #F8F8A8;
}

hr {
	border: solid 1px black;
}

img.with_padding {
	padding: 5px 5px 5px 5px;
}
img.noborder {
	border: none;
}

img.with_padding_noborder {
	padding: 5px 5px 5px 5px;
	border: none;
}

frame {
    border-bottom: solid 2px black;
}

html, body {
    border: 0px;
}
