
#newsTicker
{
	float: left;
	overflow: hidden;
	border: 1px solid #808080;
	margin-top: 10px;
	width: 126px;
	height: 300px;
	background: url('../images/bkg/halftone.jpg') 0 0 repeat;
}

#newsTicker h1
{
	background-color: #b8bdc7;
	color: #444444;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.7em;
}

#newsVertical 
{
	width: 126px;
	height: 270px;
	display: block;
	overflow: hidden;
	position: relative;
}
	
#newsTickerVertical 
{
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsTickerVertical li 
{
	display: block;
	overflow: hidden;
	text-align: left;
	margin: 0;
	padding: 5px;
	float: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #555555;
}

#newsTickerVertical li .NewsTitle
{
	display: block;
}
		
#newsTickerVertical li .NewsTitle a:link,
#newsTickerVertical li .NewsTitle a:Visited 
{
	display: block;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #555555;
	margin-bottom: 11px;
}

#newsTickerVertical li .NewsTitle a:hover 
{
	text-decoration: none;
}
		
#newsTickerVertical li .NewsFooter
{
	display: block;
	margin: 6px 0 12px 0;
	font-size: 0.9em;
	font-weight: bold;
}

