.TDbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	background-color: #99CCFF;
	padding: 8px;
	width: 100%;
}

.TDbgHEAD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCCCC;
	background-color: #660000;
	padding: 8px;
	width: 100%;
}

.TDbgFOOT { 
	font-family: Verdana,
	Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: black;
	background-color: #ffffaf;
	width: 100%;
}

.TDbgTIME { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: black;
	background-color: #e6e6e6;

}
#newsticker {
	background: #ffffaf;
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; overflow: hidden; position: absolute; right: 10px; top: 12px; width: 14px; height: 14px; text-indent: 20px; outline: none medium; }
* html #newsticker #togglenewsticker {
	right: 30px;
}
.DropDown { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #b8b8b8; width: 100%; }
