.bgGradient {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.ParagraphTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: 23px;
	font-weight: bold;
	color: #ff8cf7;
}
.footnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

.bodyText {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 23px;
	color: #3a7cba;
}

a.bodyText {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 23px;
	color: #ff8cf7;
	font-weight: bold;
}

a.bodyText:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 23px;
	color: #FF0000;
	font-weight: bold;
}

p {
	margin-top: 23px;
	margin-bottom: 23px;
}
