body {
	background-color: #DEDFD5;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
td {
	font-size: 12px;
}
.table {
	height: 450;
	width: 500;
}
.logo {
	height: 65px;
	vertical-align: top;
}
.menu {
	height: 20px;
	vertical-align: top;
}
.content {
	height: 340px;
	border: 1px solid #87918A;
	padding: 20;
	background-color: #D1E2D8;
	vertical-align: top;
}
.note {
	height: 25px;
	font-size: 10px;
	color: #7F7F79;
	vertical-align: bottom;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.bottom, .bottom:link, .bottom:visited, .bottom:active, .bottom:hover {
	color: #DEDFD5;
}
.box {
	border: 1px solid #87918A;
	background-color: #C4DACD;
	vertical-align: top;
}
.boxhead {
	height: 29px;
	background-image: URL(img/boxhead.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}
.boxcontent {
	vertical-align: top;
	padding: 2px;
	font-size: 10px;
	background-color: #D3E7DB;
}
.headline, .acmsHeadline {
	font-weight: bold;
	font-size: 14px;
}
h1 {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#dropmenudiv {
	position: absolute;
	border: 1px solid #87918A;
	line-height: 16px;
	z-index: 100;
	padding: 4px;
	background-color: #D3E7DB;
}
.contentbox {
	overflow: auto;
	width: 460px;
	height: 300px;
	scrollbar-face-color: #A2C5B0;
	scrollbar-track-color: #D1E2D8;
	scrollbar-darkshadow-color: #87918A;
	scrollbar-base-color: #663366;
	scrollbar-arrow-color: #330033;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #663366;
}
.font_small {
	font-size: 10px;
}
.acmsRequired {
	color: red;
}
.acmsForm1 {
	vertical-align: top;
}
.acmsForm2 {
	vertical-align: top;
}
.acmsFormField {
	font-family: verdana;
	border: 1px solid black;
	font-size: 10px;
}
.acmsFormSubmit {
	border: 1px solid black;
	font-size: 10px;
}