.leftbg {
	background-attachment: fixed;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightbg {
	background-attachment: fixed;
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bodybg_left {
	background-attachment: fixed;
	background-image: url(images/bodybg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodybg_right {
	background-attachment: fixed;
	background-image: url(images/bofybg_right.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.maintext {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.maintext:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}
