A{
	text-decoration: none;
	color: #000000;
}

A:HOVER{
	font-weight: bold;
}

.menu {
	background-image: url(images/redmenu.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-position: center;
}
.sideimage {
	background-image: url(images/building.jpg);
	background-repeat: no-repeat;
}
BODY {
	background-image: url(images/bodybackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	overflow: auto;
}
.content {
	padding: 10px;
}
td {
	font-size: 11px;
}
.menuitem {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
.menuitem a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	line-height: 0.75em;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #940000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
