body {
	background: #DADFE1 url("bg_ticker_d1.gif") left top repeat-x;
}

/* ***************************** */
/* Formatting */

a {
	color: #005A84;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* ***************************** */

.hidden {
	display: none;
}

.tickLink {
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 9px;
/*	text-transform: uppercase; */
	font-weight: bold;
font-family:arial, sans-serif;
}

.tickContent {
	float: left;
	font-size: 9px;
/*	text-transform: uppercase; */
	font-weight: bold;
	margin: 0px 2px 0px 4px;
	position: relative;
	height: 15px;
font-family:arial, sans-serif;
}

.tickButton {
	float: left;
	cursor: pointer;
/*	cursor: hand; */
	margin: 1px;
	position: relative;
}

#cursor {
	background: none;
	float: left;
	height: 10px;
	width: 8px;
	position: relative;
	padding: 1px 0px 4px 0px;
	z-index: 100;
}
