body{
	overflow: auto;
	width: 970;
	background-color: ffffff ;
	font-size: 11px;
	font-family: avant garde, arial, geneva, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	}


p  {		/* all inherited from body */
	}



a  	{
	font-weight : normal;
	font-style : normal;
	color : #333333;
	border: 0px;
	}


a: hover  {
	font-weight : normal;
	font-style : normal;
	color : red;
	border:0;
	}


h1  {
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	color : 666666;
	}




img {
	border-style: none;
	padding: 0;
	margin: 0;
	}
	
	
select{
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	vertical-align: top;
	font-size: 9px;
	text-align: left;
	width: auto;
	}


.headerandmenu{			
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	white-space: nowrap;
	line-height: 1px;
	width: 970; 
	}



.genericdisplaybox{			
	position: absolute;
	top: 124px;
	left: 145px;
	border-color: black;
	border-style: solid;
	background-color: white;
	border-width: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 810px;
	height: 585px;
	overflow: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	}


.copyright{			
	position: absolute;
	left: 142px;
	top: 726px;
	width: 810px;
	text-align: center;
	font-size: 7pt;
	}

.viewcart{			
	position: absolute;
	width: 965px;
	top: 715px;
	text-align: right;
	}
	
.centeredtextcolumn{	
	vertical-align: baseline;
	border-style: none;
	height: auto;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;	
	margin-left: auto;
	margin-right: auto;	
	padding:10px;
	text-align: justify;
	}
	
