HTML, BODY, TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
	color: #F6FF00;
	text-decoration:none;
	font-weight: Bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}
IMG {
	border: 0;
}
	
#right a:link, #right a:active, #right a:visited {
	color: #000000;
	text-decoration:none;
	font-weight: Bold;
}
#right a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#right  {
	padding-left: 5px;
}
.promotool {
	font-size: 10px;
}

#textad {
	font-size: 10pt;
	font-family: Arial;
	width: 150px;
	padding: 0px;
	margin: 2px;
}
	#textad-title {
		background-color: #CC0000;
		color: #FFFFFF;
		font-weight: Bold;
		padding: 2px;
		text-align: center;
	}
	#textad-title a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: Bold
	}
	#textad-title a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: Bold
	}
	
	#textad-text {
		font-weight: normal;
		padding: 2px;
		text-align: left;
	}
	#textad-text a {
		font-size: 9pt;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	#textad-text a:hover {
		font-style: italic;
		width: 100%;
		height: 100%;
	}