/* CSS Document */
/* 4_11_2008 New Marquee code */


#marqueecontainer
{
	position: relative;
	margin-left:10px;
	width: 275px; /*marquee width */
	height: 100px; /*marquee height */
/*	background-color: white;*/
	overflow: hidden;
	border: 1px solid #E3DFDF;
	padding: 0px;
	padding-left: 0px;

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#333333; 
}
#marqueecontainer1
{
	position: relative;
	margin-left:10px;
	width: 275px; /*marquee width */
	height: 98px; /*marquee height */
/*	background-color: white;*/
	overflow: hidden;
	border: 1px solid #E3DFDF;
	padding: 2px;
	padding-left: 4px;

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#333333; 
	
}

