body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #a7a7a7;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-y;
	background-position: center;
}
#adminLink {
	top: 0;
	left: 0;
	position: absolute;
}
#currentList {
	width: 350px;
	height: 300px;
	border: solid black 1px;
}
#lowerSection {
	width: 316px;
	margin: 0 0 0 3;
}
#mainSection {
	height: 220px;
	width: 543px;
	overflow: auto;
}
.bottomline {
	background-color: gray;
	color: white;
}
.headline {
	font-size:14px;
	font-weight:bold;
}
.invalid {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}
.logBar {
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 10px;
}
.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}
.loginInput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
	border: solid white 1px;
}
.menu {
	color: white;
	background-color: #34306E;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 90px;
}
.menuOver {
	color: #34306E;
	background-color: white;
	background-image: url(images/sawblade.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	cursor: pointer;
}
.sectionHead {
	color: #6699cc;
	font-size: 20px;
	font-weight: bold;
}
.shadowMenu {
	background-image: url(images/layout/layout4-1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #707070;
	color: white;
}
.shadowMenu a:link, .shadowMenu a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.shadowMenu a:hover {
	color: #34306E;
	font-weight: bold;
	text-decoration: none;
}
.xlarge {
	font-size: 20px;
}
.xsmall {
	font-size: 10px;
}
