.bodybg {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.textnormal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.textnormaldark {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
}
.textnormaldarkbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.specialmid {
	background-image: url(images/specialmid.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.specialtop {
	background-image: url(images/specialhead.jpg);
	background-repeat: none;
	background-position: center;
}
.specialbot {
	background-image: url(images/specialbot.jpg);
	background-repeat: none;
	background-position: center;
}