.none {
	text-decoration: none;
}
.red {
	color: #CC0000;
	text-decoration: none;
}
.adtable {
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
.blue {
	color: #0099CC;
	text-decoration: none;
}

