body {
	color: #787878;
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	margin: 0px;
}
.smalltext {
	font-size: small;
}
.smalltextindent {
	font-size: small;
	text-indent: -20px;
}
table {
	background-color: #FFFFFF;
}
.navbox {
	background-color: #EEDD90;
}

p {
	margin-left: 10px;
	margin-right: 20px;
}
a:link {
	color: #767900;
	text-decoration: none;
}
a:visited {
	color: #767900;
	text-decoration: none;
}
a:hover {
	color: #AFA900;
	text-decoration: none;
}
a:active {
	color: #AFA900;
	text-decoration: none;
}


.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.heading {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: larger;
	color: #00709C;
}
.imgborder {
	border: 1px solid #CCCCCC;
}

