
/* CSS Document */

.wmBox
{
	width:300px;

}

#tickerContent
{
	
	text-align:center;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	position: relative;
	overflow: hidden;
	width: 300px;
	height:250px;
	text-align:justify;
	top: 0px;
	left: 0px;
}

#tickerContent A
{
	COLOR: #0000ff;
	font-weight:bold;
}
