﻿/* ticker-styles */
a.tickl{
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #FFFFFF;

}

a.tickl:hover{
	color: #000000;
	text-decoration: underline;
}

.ticki{
	width: 470px;
	height: 13px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.ticko{

	width:500px;

/*	border-top:1px solid #fff;

	border-bottom:1px solid #900;
*/
	padding:8px 0 4px 10px;

	margin:4px 0 0 0;

	display:block;

}

.tickls{

	color:#444;

}

.tickh{

	display:none;

}
body 
{
	font-family:Arial,Helvetica,sans-serif;
}
