body
		{
			margin: 0;
			padding: 0;
			font-family: arial, sans-serif;
			color: rgb(31,30,33);
			font-weight: 400;
			font-size: 11px;
			line-height: 12pt;
			text-align: center;
			text-decoration: none;
			list-style-type: none;
			-webkit-text-size-adjust: none;
		}
		
		#container
		{
			position: relative;
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			top: 35px;
			Text-align: left;
		}
		
		#containerA
		{
			position: absolute;
			width: 990px;
			left: 10px;		
			Text-align: left;
		}
		

		

		#itemcontainer
		{
			position: absolute;
			width: 990px;
			left: 0px;
			top: 90px;
		}
		
		#containerB 
		{
			display: block;
			position: fixed;
			bottom: 0px;
			width: 100%;
			text-align: right;
			
			height: 20px;
			clear: both;
			padding-top: 2px;
			
		}
		
		#containerBtext
		{
			position: absolute;
			left: 10px;
			top: 4px;
			text-align: left;
			
		}
		
		.spacer
		{
		position: relative;
		margin-top: 30px;
		}
		
		.bigtext
		{
			font-weight: 400;
			font-size: 17px;
		}
		
				.bigtexttwo
		{
			font-weight: 400;
			font-size: 15px;
		}
		
		.itemlable
		{
			position: relative;
			margin-top: 0px;
			text-align: left;
			font-size: 9px;
			color: rgb(81,84,86);
		}
		
				.itemlabletwo
		{
			position: relative;
			margin-top: 0px;
			text-align: left;
			font-size: 8px;
			color: rgb(81,84,86);
		}
		
		.greytext
		{
		color: rgb(189,189,189);
		}
		
