.left_repeat {
	background-image: url(../images/left_repeat.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_repeat {
	background-image: url(../images/right_repeat.gif);
	background-repeat: repeat-y;
	background-position: right;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #9D3C96;
}
.bold {
	font-weight: bold;
}

.boldpurple {
	font-weight: bold;
	color: #9D3C96;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #008254;
}
