.leftBorder {
	background-image: url(images/leftBorder.gif);
	background-repeat: repeat-y;
}
.rightBorder {
	background-image: url(images/rightBorder.gif);
	background-repeat: repeat-y;
}
.largeHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	text-align: center;
}
.bodyGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
