.leftshade {
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 30px;
	width: 30px;
}
.rightshade {
	background-image: url(images/right.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 30px;
	width: 30px;
}
.bottomshade {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	width: 30px;
}
.topshade {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	width: 30px;
}
.bodypartbg {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 176px;
	width: 619px;
}
.textsmall {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.textbig {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.textmed {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textmedlnk {
	font-family: Arial;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.textmedlnk:hover {
	font-family: Arial;
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
}
