@charset "utf-8";
/* CSS Document */

<style type="text/css">

td img {display: block;}
	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../media/bg_page.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #003366;
}

a.title:link {text-decoration:none; font-size:1.1em; color: #990000;}    /* unvisited link */
a.title:visited {text-decoration:none;font-size:1.1em; color:#990000;} /* visited link */
a.title:hover {text-decoration:underline;font-size:1.1em}   /* mouse over link */
a.title:active {text-decoration:underline;font-size:1.1em}  /* selected link */

a.small:link {text-decoration:none; font-size:.7em; color:#333333;}    /* unvisited link */
a.small:visited {text-decoration:none;font-size:.7em; color:#333333;} /* visited link */
a.small:hover {text-decoration:underline;font-size:.7em}   /* mouse over link */
a.small:active {text-decoration:underline;font-size:.7em}  /* selected link */


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;
}


img.news 
{
float:left;
margin-left: 0px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
}


/* News Ticker Stuff below here*/
news_font {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}


#NewsTicker{
	border:solid 1px #cccccc;
	background: #CCCCFF;
	width:228px;
	height:220px;
}


#NewsTicker h1{
		padding:0px; margin:0; border:0;
		background: #003366;
		color:#003366;
		font-size:11px;
		font-weight:bold;
	}
	
	
#NewsVertical {
	width: 228px;
	height: 190px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#TickerVertical {
		width: 228px;
		height: 190px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#TickerVertical li {
		display: block;
		width: 216px;
		color: #000066;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}

		#TickerVertical li .NewsTitle{
			display: block;
			color: #0000	66;
			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;
		}
/* Newsticker Wide */	


#NewsTicker_Wide h1{
		padding:0px; margin:0; border:0;
		background: #003366;
		color:#003366;
		font-size:11px;
		font-weight:bold;
	}
	
#TickerVertical_Wide li .NewsTitle_Wide{
			display: block;
			color: #000066;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:3px;
		}
		
		#TickerVertical_Wide li .NewsTitle_Wide a:link,
		#TickerVertical_Wide li .NewsTitle_Wide a:Visited {
			display: block;
			color: #000066;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical_Wide li .NewsTitle_Wide a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical_Wide li .NewsImg_Wide{
			float:left;
			margin-right:10px;
		}


		#TickerVertical_Wide li .NewsFooter_Wide{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}

	
#NewsTicker_Wide{
	border:solid 1px #cccccc;
	background: #CCCCFF;
	width:398px;
	height:390px;
}
	#NewsVertical_Wide {
	width: 398px;
	height: 350px;
	display: block;
	overflow: hidden;
	position: relative;
	}

	#TickerVertical_Wide {
		width: 398px;
		height: 350px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#TickerVertical_Wide li {
		display: block;
		width: 396px;
		color: #000066;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}



</style>
