
body {
	margin: 10px 0px 0px 0px;
	background-color: #FFFFF7;
}
table.maintable {
	background-color: #D7D5B0;
	width: 800px;
	border: 1px solid #AEAC85;
}
td {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
}
td.menu {
	background-color: #AEAC85;
	text-align: right;
	padding-right: 20px;
	height: 15px;
}
td.mainindex {
	vertical-align: top;
	width: 780px;
	height: 390px;
	background-color: #EBEAD8;
}
td.logo {
	background-image: url('./images/logo.gif');
	background-repeat: no-repeat;
	width: 400px;
	height: 95px;
}
td.slogan {
	background-image: url('./images/bg.gif');
	background-repeat: repeat-x;
	color: #999774;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 15px;
	width: 400px;
	height: 95px;
}
td.darkbar {
	background-color: #AEAC85;
	height: 3px;
}
td.bottombar {
	height: 5px;
	padding-left: 10px;
}
td.spacer {
	width: 5px;
	background-color: #D7D5B0;
}
td.contactheader {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
}
td.contact {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
}
a.menulink {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color: #F7F7EF;
	text-decoration: none;
}
a.menulink:hover {
	text-decoration: underline;
}
a.normallink {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color: #AEAC85;
	text-decoration: none;
}
a.normallink:hover {
	text-decoration: underline;
}
a.darklink {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
a.darklink:hover {
	text-decoration: underline;
}
a.fourice {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 8pt;
	color: #F7F7EF;
	text-decoration: none;
}
a.fourice:hover {
	color: #AEAC85;
}
.textfield {
	width: 275px;
}
textarea {
	width: 275px;
	height: 120px;
	resize: none;
}
