@charset "UTF-8";
.ContactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}
.MainTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #660000;
}
a:link {
	color: #594e44;
	text-decoration: none;
}
a:visited {
	color: #594e44;
	text-decoration: none;
}
.SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #594e44;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.ContactInfoIndented {
	padding-left: 75px;
	color: #660000;
}

td.ContactInfo a:visited {
	color: #660000;
	font-size: 18px;

}

td.ContactInfo a:link {
	color: #660000;
	font-size: 18px;

}
.MainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #594e44;
	text-decoration: underline;
}
.TextBoldCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
.TextBoldCenteredBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

