body {
	background-color: #f5f7fa;
	width: 170px;
	height:200px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #333d48;
}
div.tickercontent {
	position: relative;
	width:170px;
	text-align: center;
}
p.tickerline {
	width:100%;
	margin:20px 0px;
	text-align: center;
	padding: 2px 0px;
	border-bottom: 1px solid white;
}
p.tickerline_frame {
	margin:20px 4px;
	text-align: center;
	padding: 2px 0px;
	border: 1px solid #333d48
}
span {
	float:right;
}
a:link, a:visited, a:active {
	color: #003399; 
	text-decoration: none
}
a:hover {
	color: #993333;
}
b {
	font-weight: 700;
}
img {
	margin: 5px 0px 2px 0px;
	border: 0px;
}

