@charset "utf-8";
/* CSS Document */

<style type="text/css">
td img {display: block;}
	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #003366;
}

p {font-size: 1em; }

/* News page and news items*/

.news_title { 
	font-size: 1.1em;
	color: #333333;
}
.news_date {
	text-align:right;	
	font-size: .8em;
	color: #999999;
}


news_font {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

a.news:link {text-decoration:none; font-size:0.60em}    /* unvisited link */
a.news:visited {text-decoration:none;} /* visited link */
a.news:hover {text-decoration:underline;}   /* mouse over link */
a.news:active {text-decoration:underline;}  /* selected link */

#NewsTicker{
	border:solid 1px #cccccc;
	background: #CCCCFF;
	width:398px;
	height:490px;
}
	#NewsTicker h1{
		padding:0px; margin:0; border:0;
		background: #003366;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	
	#NewsVertical {
	width: 398px;
	height: 428px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#TickerVertical {
		width: 398px;
		height: 450px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 396px;
		color: #000066;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000066;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:3px;
		}
		
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000066;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}


		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}

</style>

