body {
	margin: 0;
	background-color: #ABCAAB;
}
body,td,th {
	color: #005643;
	font-weight:normal;
}
img { border:0; }
a {
	font-weight:normal;
}
a:link {
	color: #005643;
	text-decoration: none;
}
a:visited {
	color: #005643;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#ticker_title {
	position:absolute;
	display:block;
	height:15px;
	float:left;
	color:#137113;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;	
	background:#ABCAAB;
	z-index:1;
	padding:3px 4px;
	top:2px;
}

#ticker_title a {
	font-weight:bold;
}

#ticktext {
	margin-left: 0px;
	position: absolute;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	visibility: hidden;
	padding: 5px;
}