.leftimage {
	background-image: url(leftimage.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightimage {

	background-image: url(rightimage.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
}
