body {
	background-color: #EEEAEA;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.nav {
	text-decoration: none;
	color: black;
}

a.nav:hover {
	text-decoration: underline;
	color: red;
}

a.navnew {
	text-decoration: none;
	color: blue;
}

a.navnew:hover {
	text-decoration: underline;
	color: red;
}

.lefttopbox {
	border: solid;
	border-color: black;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.leftbottombox {
	border: solid;
	border-color: black;
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.righttopbox {
	border: solid;
	border-color: black;
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.rightbottombox {
	border: solid;
	border-color: black;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.searchbox {
	border: solid;
	border-color: black;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

form {
	margin: 0px;
}

