@CHARSET "ISO-8859-1";
.adSponsor {
	position:relative;
	top: 0px;
	left: 0px;
	width: 300px;
	text-align: center;
	background-color: #1e90ff;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.adSpot {
	position:relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 300px;
	text-align:left;
	font-size:12px;
	line-height: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: silver;
	font-family: inherit;
	}
	

.adTitle{
	position: absolute;
	top: 5px;
	left:5px;
	width: 300px;
	font-family :inherit;
	font-size: 11px;
	font-weight: bold;
	color: #1e90ff;

}

.adText {
	position: absolute;
	top:20px;
	left:5px;
	font-family :inherit;
	font-size:11px;
	line-height: 12px;
}

.adSponsorText {
	font-weight: bold;
	}

.adEmail{
	position: absolute;
	top:80px;
	left:5px;
	font-family :inherit;	
	font-size:10px;
}


.adWeb{
	position: absolute;
	top:80px;
	right:5px;
	font-family :inherit;	
	font-size:10px;
}	

.adlink a:visited{
	color:orange;
	text-decoration: none;
	}	

.adlink a:link{
	color:orange;
	text-decoration: none;
	}	

.adlink a:active{
	color:orange;
	text-decoration: none;
	}	

.adlink a:hover {
	color:orange;
	text-decoration: none;
	}
	