div#container
{
   width: 1200px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}

a
{
   color: #7B7BC0;
}
a:visited
{
   color: #7B7BC0;
}
a:hover
{
   color: #4B0082;
}
a:link.style1
{
   color: #800080;
   text-decoration: none;
}
a:visited.style1
{
   color: #800080;
   text-decoration: none;
}
a:active.style1
{
   color: #800080;
   text-decoration: none;
}
a:hover.style1
{
   color: #7B7BC0;
   text-decoration: none;
}
a:link.style3
{
   color: #7B7BC0;
   text-decoration: none;
}
a:visited.style3
{
   color: #7B7BC0;
   text-decoration: none;
}
a:active.style3
{
   color: #FF0000;
   text-decoration: underline;
}
a:hover.style3
{
   color: #800080;
   text-decoration: none;
}
</style>

<style type="text/css">
body {
	font-family:"Arial", "Times New Roman";
}
#NewsTicker{
	border:solid 0px;
	width:500px;
	height:200px;
	margin:0 auto;
}
	#NewsTicker h1{
	padding:6px;
	margin:0;
	border:0;
	background:0;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}
	#NewsVertical {
	width: 550px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 570px;
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: 280px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	float: left;
	height: 164px;
	display: inline;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 20px;
			margin-bottom:6px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			margin-bottom:6px;
			text-decoration:underline;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:none;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
			border:solid 1px #DEDEDE;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			font-size: 10px;
			margin:6px 0 14px 0;
			color:#000000
		}

a
{
   color: #7B7BC0;
}
a:link.style3
{
   color: #7B7BC0;
   text-decoration: none;
}
a:link.style1
{
   color: #800080;
   text-decoration: none;
}
