body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-attachment: scroll;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}
.menuleftback {
	background-attachment: scroll;
	background-image: url(./images/menubarleft.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menuback {
	background-attachment: scroll;
	background-image: url(./images/menuback.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.belowmenuleft {
	background-attachment: scroll;
	background-image: url(./images/bottombackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.belowmenuleft2 {
	background-attachment: scroll;
	background-image: url(./images/bottombackground2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.belowmenu {
	background-attachment: scroll;
	background-image: url(./images/menubottomshadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.abovemenu {
	background-attachment: scroll;
	background-image: url(./images/menutopshadow.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.scrollbox1 {
	height: 200px;
	overflow: scroll;
	position: relative;
	visibility: inherit;
	z-index: auto;
	width: auto;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: pre;
	display: inline;
	margin: 1px 1px 1px 1px;
	padding: 0px;
	clear: none;
	float: none;
}
.darkback {
	background-color: #000000;
	filter: Alpha(Opacity=50);
}
