@charset "utf-8";
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	line-height: 16px;
	color: #333300;
	text-align: left;
}
.mainbgd {
	background-image: url("images/mainpanel-bgd.jpg");
	background-repeat: repeat-y;
}
.pagebottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D8CFBE;
	text-align: center;
	background-position: center;
	letter-spacing: 0.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 5px;
}

