/* CSS Document */

a.tickl {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	line-height: 18px;
}

a.tickl:hover {
/*	color: #6666CC;*/
	text-decoration: underline;
}

.ticki {
	width: 350px;
	height: 13px;
/*	overflow: hidden;*/
}

.ticko {
	width: 629px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #990000;
	padding: 1px 0 4px 0;
	margin: 4px 0 0px 0;
	display:block;
}

.tickls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.tickh {
	display: none;
}


