@charset "UTF-8";
/* CSS Document */
#marquee{
	width: 334px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	float: right;
	text-align: right;
	height: 140px;
	padding: 0px 0px 0px 620px;
}
#marqueecontainer{
	position: relative;
	width: 300px; /*marquee width */
	height: 140px;
	overflow: hidden;
	padding: 0px;
	margin-top: 25px;
}
#vmarquee{
	position: absolute;
	width: 98%; /*marquee width */
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#vmarquee a:link {
	color:#036;
	text-decoration: none;
}
#vmarquee a:visited {
	color:#036;
	text-decoration: none;
}
#vmarquee a:active {
	color:#036;
	text-decoration: none;
}
#vmarquee a:hover {
	color:#F00;
	text-decoration: none;
}
