/* CSS Document for the news ticker*/

#pscroller1{
	width: 200px;
	height: 130px;
	/*border: 1px solid black;*/
	padding: 5px;
	background-color: #FFFFFF;
	
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
	
}

#pscroller2 a{
	text-decoration: none;
}

.nheadlines{
	display:block;
	font-family:verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size:10px;
}

/*This style is for the link to manage new*/
.nwm_link { font-family:verdana, "Trebuchet MS", Helvetica, sans-serif; 
	font-size:10px; color:#4E4E4E;
	}
.nwm_link a:link, .nwm_link a:active, .nwm_link a:visited  {
	font-family:verdana, "Trebuchet MS", Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal;
	text-decoration: none; 
	color:#4E4E4E;
	}
	
	.nwm_link a:hover {font-family:verdana, "Trebuchet MS", Helvetica, sans-serif; 
		font-size:10px;
		color:#990000;
		text-decoration:none;
	}




