

body {
	background-color: #fff;
	}


DIV.noprint {display: none;}

#left{
display: none;
position:fixed;
}

#navcontainer{
display:none;
position:fixed;
}

#main {
	margin:0px 50px 50px 20px;
	padding:10px;
	float:none;
	color:#000;
	}

a:link {color:#fff;}
a:visited {color:#fff;}
a:hover {background-color:#ddd;}


.leftfloat, .rightfloat{
	float:none;
	padding: 0px 2% 0px 2%;
	margin: 0px;
	border: 0px;
	width: 90%; 
	background: transparent;
	}
	
	
td.prodtitle,th.prodtitle
{
	background: #fff; 
	font-family: Verdana,Arial;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border: thin;
	
}

td.prodsubtitle
{
	background: #fff;
	font-family: Verdana,Arial;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border: thin;
	
}

td.prododd,td.prodeven
{
    font-family: Verdana,Arial;
	font-size: 70%;
    color: #000;
    font-weight:bold;
    text-align:center;
	border-style: solid;
	border: thin;
	background: #fff;
}
table.TblBody {
	border-style: solid;
	border: thin;
}

