/* CSS Document */
html {
overflow: -moz-scrollbars-vertical;  /* Force firefox to always show room for a vertical scrollbar */
overflow-y: scroll;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
}
.ContentsXS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
}
.ContentsSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration:none;
}
.ContentsMD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
}
.Contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration:none;
}
.ContentsLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration:none;
}
.ContentsXL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration:none;
}
.txtBOXLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	width:270px;
	height:21px;
}
.txtBOXLGMulti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	width:270px;
	height:66px;
}
.FeaturePics {
border-width:thin;
border-style:solid;
border-color:#FFFFFF;
overflow:hidden;
width:150px;
height:115px;
}

#marqueecontainer{
position: relative;
width: 260px; /*marquee width */
height: 300px; /*marquee height */
background-color: #434343;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}
#scroll { 
	position:absolute; 
	top:0px; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
}
