<style type="text/css">
body {
	margin: 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#marqueecontainer{
	position: relative;
	width: 370px; /*marquee width */
	
	height: 200px; /*marquee height */
	overflow: hidden;

	padding: 2px;
	padding-left: 4px;
    /*background-color: #ffffff;	*/
}
.scroll_div {
/*	width: 300px;*/
/*	width/: 280px !important;*/
	width: 350px;	
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

Body, TR, TD { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal; 
	line-height: 14px;
}

A { 
	COLOR: #666666; 
	TEXT-DECORATION: underline; 
	FONT-WEIGHT: normal;
}

A:hover { 
	TEXT-DECORATION: underline;
}

form, input, select, textbox, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal; 
	line-height: 14px;
}

.title, a.title {
	font-size: 20px;
	line-height: 24px;
	color: #999999;
	FONT-WEIGHT: normal;
}
</style>
