body {
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
.Heading {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Nav {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.Nav:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.NavDivider {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.FooterNav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.FooterNav:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.NormalContent {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.linkNormal {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.linkNormal:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.linkBold {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}
.Row {
	background-color:#ffffff;
}
.Row:hover {
	background-color:#dddddd;
}
.RowGrey {
	background-color:#eeeeee;
}
.RowGrey:hover {
	background-color:#dddddd;
}
/* Safari Fix */

/*/*/html*#headerRight {
	margin-top:-14px;
}/* */

/* IE FIXES */

* html body div#footer {
	width:890px;
}

* html body div#ftbl {
	margin-left:-26px;
}

* html body div#rightNav ul ul {
	padding-left:16px;
}

* html body #headerRight {
	margin-top:-15px;
}

* html body .cta {
	margin-top:-150px;
	margin-bottom:0px;
}