body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	scrollbar-base-color:#f7f7f7;
  	scrollbar-face-color:#f7f7f7;
  	scrollbar-highlight-color:#f7f7f7;
 	scrollbar-shadow-color:#b0b0b0;
  	scrollbar-3dlight-color:#f7f7f7;
  	scrollbar-arrow-color:#b0b0b0;
 	scrollbar-darkshadow-color:#f7f7f7;
	scrollbar-track-color:#d4d4d4;
}



.homePromoText {
	color: #FFFFFF;
	font-size: 11px;
}
.footer {
	font-size: 11px;
	color: #ababab;
	background-image: url("images/home/footerTopExt.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 15px;
	line-height: 17px;
}
.footerCreditLink {
	color: #ABABAB;
	text-decoration: none;
}
.footerCreditLink:hover {
	color: #454545;
	text-decoration: none;
}.bodyText {
	font-size: 11px;
	color: #5e5e5e;
}
.sideNavLink {
	font-weight: bold;
	color: #822f2f;
	text-decoration: none;
	display: block;
	width: 100%;
}
.sideNavLink:hover {
	color: #bc5353;
	text-decoration: none;
}
.boldRedLink {
	font-weight: bold;
	color: #822f2f;
	text-decoration: none;
}
.boldRedLink:hover {
	font-weight: bold;
	color: #bc5353;
	text-decoration: none;
}
.basicLink {
	color: #822f2f;
	text-decoration: none;
}
.basicLink:hover {
	color: #822f2f;
	text-decoration: underline;
}
hr {
	background: #bababa;
}
.personName {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	height: 20px;
}
.subTtl {
	font-size: 14px;
	font-weight: bold;
}




