#infoticker {
	display : block;
	position : relative;
	left : 0px;
	top : 0px;
	width : 240px;
	height : 110px;
	margin : 20px 0px 0px 40px;
	padding : 0px;
	background-image : url(infoticker.png);
	background-repeat : no-repeat;
}

#infoticker .item {
	display : block;
	position : absolute;
	left : 0px;
	top : 0px;
	width : 220px;
	height : 90px;
	margin : 10px 10px 0px 10px;
	padding : 0px;
}

#infoticker h2 {
	margin : 0px;
	padding : 0px;
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	text-transform: uppercase;
}
#infoticker p {
	margin : 0px;
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
	text-align : left;
}

#infoticker a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
}
#infoticker a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
	text-decoration: underline;
}
