@charset "utf-8";

.BannerPageWidthBackground {
	background-color:white;
}

.BannerStyles, .BannerStylesOver {
	color: black; 
	font-style: normal;
	font-variant: small-caps; 
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;	

}
.BannerStyles{
	background-color:#f0e7cf; 
}
.BannerStylesOver {
	background-color:white;
	cursor:pointer;
}
.BannerStyles a {
	color: black; 
	text-decoration: none;
}
.BannerStylesOver a {
	color: #666666;
	text-decoration: none;
}
.BannerStyles a:hover, .BannerStylesOver a:hover {
	text-decoration: none;
	color: #666666;
}