/* Spotlight Styles */

.spot {
	position: absolute;
	width: 155px;
	height: 84px;
	text-align: center;
	background: transparent;
	overflow: hidden;
}

.spotContent { 
	width: 139px;
	height: 74px;
	margin: 5px 8px;
	font: 10px Arial, Helvetica, sans-serif;
	color: white;
	background: transparent;
	text-align: center;
	overflow: hidden;
}

.spotContent h3 {
	color: #FFFFCC;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
}

.spotContent a {
	color: #FFFFCC;
	text-decoration: underline;
}

.spotContent a:hover {
    color: #FF6633;
}

a.btnBox {
	color: #313063;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

a.btnBox:hover {
	color: #E7E7EC;
}
