/******************** Text Styles *******************/

.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505154;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
a.BodyCopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505154;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
	text-align: justify;
}
.BodyCopyPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
a.BodyCopyPurple:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}
.BodyCopyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505154;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
a.BodyCopyBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505154;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.BodyCopyBoldPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
a.BodyCopyBoldPurple:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990066;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.BodyCopyHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505154;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
.SignOffText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505154;
	font-weight: normal;
	text-decoration: none;
}
a.SignOffText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505154;
	font-weight: normal;
	text-decoration: underline;
}
.PrivacyFooterCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505154;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
}
a.PrivacyFooterCopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505154;
	font-weight: normal;
	line-height: 10px;
	text-decoration: underline;
}

.FormCopyOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}


/******************** Cell Styles *******************/


.MainCell {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.LineCellBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.LineCellTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.CellPurple {
	background-color: #990066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGrey {
	background-color: #5f6868;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellForm {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.BodyCopyBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.BodyCopyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
.CellFloorPlans {
	border: 1px solid 5f6868;
}
.SignOffTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
