/* CSS Document */

@font-face {
font-family: Lucida Sans;
src: URL(LUCIDAS0.eot);
} 

@font-face {
font-family: Lucida Sans;
src: URL(Lsans.ttf);
} 

.Title {
	font-family: "Lucida Sans";
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.OffersTitle {
	font-family: "Lucida Sans";
	font-size: 20px;
	line-height: 20px;
	color: #8f0027;
	font-weight: bold;
}

.content {
	font-family: "Lucida Sans";
	font-size: 14px;
	line-height: 20px;
	color: #393A7D;
	padding: 5px;
	font-weight: bold;
}
.content a:link {
	text-decoration: none;
	color: #8f0027;
} 
	
			/* Sub Style class singles out all links in .maintext class area */
.content a:visited {
	text-decoration: underline;
	color: #b6cbe8;
}
.content a:hover {			/* Seperate hover attribute style */
	text-decoration: underline;
	color: #b6cbe8;
}
.pad {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.space {
	font-family: "Lucida Sans";
	font-size: 10px;
	line-height: 10px;
	color: #393A7D;
}
