body {
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#313131;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#161616;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#161616;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#EEEEEE;
	color: #4C4C4C;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	overflow:auto;
	background-color: #000000;
	background-image: url(images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.tablebg {
	background-image: url(./images/backgrounds/lettuce_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 24px;

}
.navbg {
	background-color: #090000;
}
.sidebg {
	background-image: url(./images/sidebg.jpg);
	background-repeat: no-repeat;
}

.bodytext {
	color: #f5e1a3;
	padding-left: 8px;
}
.hometext {
	color: #FFFFFF;
	line-height: 13px;
}
.homeimageborder {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #090000;
}

