@charset "utf-8";
/* CSS Document */

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
#NewsTicker{
	border:solid 0px #E3E3E3;
	width:600px;
	height:49px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#NewsTicker h1{
	padding:2px;
	margin:0;
	border:0;
	background:#9ADAE4;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}
	#NewsVertical {
	width: 584px;
	height: 49px;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #9ADAE4;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 600px;
	height: 30px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: 140px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	float: left;
	height: 20px;
	display: inline;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	}
		#TickerVertical li .NewsTitle{
	display: block;
	color: #666666;
	font-size: 15px;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
	display: block;
	color: #666666;			
			
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:none;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:1px;
			border:solid 1px #FFFFFF;
		}
		#TickerVertical li .NewsFooter{
	display: block;
	font-size: 10px;
	color:#999999
		}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
