p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
}
.smallText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	background-color: #B3E0B3;
	margin: 0;
	padding: 0;
}
.maincontent {
	left: 175px;
	top: 5px;
	position: absolute;
	z-index: 4;
	overflow: visible;
	visibility: visible;
}
.leftpanel {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
	background-repeat: repeat-y;
	height: 3600px;
	background-attachment: fixed;
	background-image: url(../images/right_panel.jpg);
	z-index: 1;
}

