body {
	margin: 0px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tbar {
	background-color: #000000;
	border-bottom: 3px solid #FFFFFF;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0px;
}
#content {
	margin-top: 90px;
}
a.link {
	color: #CC0000;
	font-weight: bold;
}
#bbar {
	background-color: #000000;
	border-top: 3px solid #FFFFFF;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
}
#bbar a {
	color: #CCCCCC;
}
/* The following are for the form */
.formTitle {
	border-right: 10px solid #999999;
	font-size: 11px;
	font-variant: small-caps;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formInput {
	border: 1px solid #333333;
	border-left: 3px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	line-height: normal;
	width: 275px;
	padding-left: 2px;
	background-color: #eeeeee;
}
.formSelect {
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	line-height: normal;
	width: 275px;
	padding-left: 2px;
	background-color: #eeeeee;
}
.formInput2 {
	border: 1px solid #333333;
	border-left: 3px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	padding-left: 2px;
	background-color: #eeeeee;
}
.formDate {
	border: 1px solid #333333;
	border-left: 3px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	padding-left: 2px;
	background-color: #eeeeee;
}
.formText {
	border: 1px solid #333333;
	border-left: 3px solid #333333;
	background-color: #eeeeee;
}
.formSubmit {
	border: 2px solid black;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
/* Above are for the form */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
}
.leaving {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.address {
	font-size: 18px;
	font-weight: bold;
}