@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#NewsTicker_hor {
	width:600px;
	height:50px;
}
#NewsTicker_hor h1 {
	padding:6px;
	margin:0;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#NewsVertical_hor {
	width: 600px;
	height: 40px;
	display: block;
	overflow: hidden;
	position: relative;
}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical_hor {
	width: 600px;
	height: 140px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical_hor li {
	width: 600px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	float: left;
	height: 140px;
	display: inline;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#TickerVertical_hor li .NewsTitle_hor {
	color: #786B43;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 600px;
}
