/* CSS Document */
	#ticker-container {
		position:relative;
		overflow:hidden;
		width: 188px;
		height: 390px;
		background-color: #FFFFFF;
		background-repeat: repeat;
		padding: 2px;
		border: Defaultpx dotted ;
		color:#000000;
	}
	
	#ticker {
		position:absolute;
		width:100%;
	}

	#ticker2 {
		position:absolute;
		width:100%;
	}	

	.newsheader {
		margin-top: 2px;
		margin-bottom: 0x;
		padding-top: 0px;
		padding-bottom: 0px;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		padding-left: 2px;
	}
	
	.newsbody{
		margin-top: 0px;
		margin-bottom: 2px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #333333;
		padding-left: 2px;
	}