/* BANNERS */
.bannerTitle, .bannerTitle a:link, .bannerTitle a:visited, .bannerTitle a:active, .bannerTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A90533;
	font-weight: bold;
	text-decoration: none;
}
.bannerText, .bannerText a:link, .bannerText a:visited, .bannerText a:active, .bannerText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.bannerLink, .bannerLink a:link, .bannerLink a:visited, .bannerLink a:active, .bannerLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
.bannerLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A90533;
	font-weight: normal;
	text-decoration: underline;
}