HTML, BODY, TABLE {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color:#000000;
}
BODY {
	background-color: #ECAEAC;
	margin: 0px;
	margin-top: 5px;
}
#textad {
	font-size: 10px;
	font-family: Arial;
	width: 200px;
	border: 1px solid #000000;
	padding: 0px;
	margin: 5px;
}
	#textad-title {
		background-color: #B64949;
		color: #000000;
		font-weight: Bold;
		color: #FFFFFF;
		padding: 4px;
		text-align: left;
		padding-left: 5px;
	}
	#textad-title a {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		font-weight: Bold;
	}
	#textad-title a:hover {
		color: #000000;
		text-decoration: underline;
		font-weight: Bold;
	}
	
	#textad-text {
		background-color: #FFCCCC;
		padding: 2px;
		text-align: left;
		height: 130px;
	}
	#textad-text a {
		color: #000000;
		text-decoration: none;
	}
	#textad-text a:hover {
		width: 100%;
		height: 100%;
		background-color: #FFDDDD;
	}
IMG {
	border: 0px;
}
a:link, a:active, a:visited {
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFE8EE;
}

TABLE.tbl {
	width: 980px;
	background-color: #ECAEAC;
	padding: 3px;
}
