/* StreamAds box text advertisements */
/* ================================= */
div#idTextAd { border: dotted 1px #6F6F6F;  padding: 3px; width: 200px; }

a.AdBox:link, a.AdBox:visited, a.AdBox:active {
    font: 12px geneva, verdana, arial, sans-serif;
    text-decoration: none;
}

.AdBoxHeader {
	color: yellow;
	text-align: center;
	font-family: Arial,Verdana;
	font-size: 12pt;
	font-weight: bold;
 	text-decoration: underline;
}

.AdBoxBody {
	color: white;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.AdBoxFooter {
	color: yellow;
	text-align: center;
	font-family: Helvetica;
	font-size: 9pt;
	text-decoration: none;
}

