/* CSS Document */

.homepageText {
	font-family: "Arial Narrow";
	font-size: 17px;
	color: #B0B0B0;
	line-height: 27px;
	font-weight: bold;
}
.bodyText {
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #B0B0B0;
	line-height: 25px;
	font-weight: bold;
}
.bodyText2 {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #B0B0B0;
	line-height: 23px;
	font-weight: bold;
}
.bodyText3 {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #B0B0B0;
	line-height: 19px;
	font-weight: bold;
}
.bodyTextRed {
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #7D0048;
	line-height: 25px;
	font-weight: bold;
}
.bodyTextRed2 {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #7D0048;
	line-height: 19px;
	font-weight: bold;
}
.bodyTextRed3 {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #7D0048;
	line-height: 25px;
	font-weight: bold;
}
a {
	color: #7D0048;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.paragraphSpacer {
	line-height: 10px;
}
.paragraphSpacer2 {
	line-height: 7px;
}
.greyTableBorder {
	border: 1px solid #D6D6D6;
}
.blackTableBorder {
	border: 1px solid #000000;
}
