/******************** 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;
}
.BodyCopyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505154;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
a.BodyCopyLarge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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;
}
.HeaderText {
	font-family: Trebuchet MS;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.HeaderTextBlack {
	font-family: Trebuchet MS;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.NavMenu {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.NavMenu:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.NavMenuPage {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.NavMenuPage:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.BaseNavMenuPage {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.BaseNavMenuPage:hover {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.BaseNavMenu {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.BaseNavMenu:hover {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #CECECE;
	font-weight: normal;
	text-decoration: none;
}
.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;
}
.CellWhite {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellIvory {
	background-color: #FFFFEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellBlack {
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellPurple {
	background-color: #990066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGrey {
	background-color: #525556;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGrey2 {
	background-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGrey3 {
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellDarkGrey {
	background-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellBlue {
	background-color: #122538;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellBlue2 {
	background-color: #000033;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellMidGreen {
	background-color: #333300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellDarkBlue {
	background-color: #001717;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGreen {
	background-color: #336633;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellGreen2 {
	background-color: #003300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CellRed {
	background-color: #990000;
	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;
}