#header {
	background-color: #FFFFFF;
	position: absolute;
	height: 106px;
	width: 940px;
	left: 0px;
	top: -4px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;

}
#navigation {
	background-color: #FFCCCC;
	position: absolute;

	height: 915.px;
	width: 119px;
	left: 17px;
	top: 178px;
	padding-top: 20px;
	padding-left: 8px;
	height: 710px;
}
#contents {
	background-color: #FFFFFF;
	position: absolute;
	height: 1659px;
	width: 684px;
	left: 159px;
	top: 155px;
	padding: 15px;
	overflow: visible;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	font-size: .9em;
}
td {
	font-size: .9em;
}
th {
	font-size: .9em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}
.bannertext {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.bannerimage {
	float: left;
	margin-top: 8px;
	margin-left: 5px;

}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	text-decoration: none;
	display: block;
	width: 100px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #AAAAAA;
	border: 3px outset;
	color: #000000;
}
#navigation a:hover {
	border: 3px inset;
}
form {
	margin: 0px;
}
input {
	height:15px;
}
input.button {
	height:40px
}
input.number {
	text-align:right;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
a.linkbutton {
	text-decoration: none;
	text-align: left;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #AAAAAA;
	border: 3px outset;
	color: #000000;
	width: 100px;
	font-size: 12px;
}
a.linkbutton:hover {
	border: 3px inset;
	
}
a.rowbutton {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #AAAAAA;
	border: 3px outset;
	color: #000000;
	width: 60px;
	font-size: 12px;
}
a.rowbutton:hover {
	border: 3px inset;
}
.star {
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF99CC;
	float: left;
	border: medium solid #990000;
	font-size: 16px;
	clear: right;
	list-style-type: disc;
	cursor: auto;
	filter: Light;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FF00FF;
	float: right;
	border: medium solid #990000;
}
