body {
margin: 0px; 
/*background: #c0c0c0;*/ 
color: #000000; 
font-family: Verdana, Arial, Geneva, sans-serif; 
/*font-size: 11px;*/}

/*ul { list-style-image: url("redarrow.gif"); } */
li.check {
	list-style-image: url("http://www.mssociety.ca/graphics/bullet_checkBox.gif");
}

a.ticker:link, a.ticker:visited, a.ticker:hover/*, a.ticker:active*/ { 
	/*color:#DD060B;*/
	color: #000000;
	text-decoration: none; 
	}

a.ticker:active { 
	text-decoration: none; 
	color: #DD060B; 
	font-weight: bold;
	}

a.plain:link, a.plain:visited, a.plain:hover, a.plain:active { 
	color:#ffffff; 
	text-decoration: none; 
	}
	
a.aware:link, a.aware:visited, a.aware:hover, a.aware:active { 
	color:#ffffff; 
	}

a.aware:link, a.aware:visited { 
	text-decoration: underline; 
	}
	
a.aware:hover, a.aware:active { 
	text-decoration: none;
	}

/*a.aware:active { 
	font-weight: bold; 
    text-decoration: none;
	}*/
	
p.aware { 
color:#FFFFFF;
background-color:#666666;
border-left-color:#666666;
border-left-width:medium;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
/*margin-left: 10px;*/

}

 /*start: newsticker style */
.newstickerbody {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
#NewsTicker{
	/*border:solid 1px #cccccc;
	background:#eaf5e0;*/
	width:173px;
	height:190px;
	margin:0 auto;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 173px;
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 173px;
		/*height: 330px;*/
		height: 160px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 165px;
		color: #333333;
		text-align: left;
		/*font-size: 11px;*/
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			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;
		}
		
 /*end: newsticker style */
