body	{ 
	background: white; 
	color: black; 
	font-style: normal; 
	font-size: 9pt; 
	font-family: Veranda, San-Serif, Arial; 
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
a:link { 
	color: #339933;
	text-decoration: none;
	line-height:150%;
	}
a:visited { 
	color: #339933;
	text-decoration: none;
	line-height:150%;
	}
a:hover { 
	color: #339933;
	text-decoration: none;
	font-weight:bold;
	font-size:10pt;
	}

	
a:active { 
	color: #339933;
	line-height:150%;
	}

.contact {
	border: 0px solid #000000;
	position: absolute;
	top: 550px;
	left: 371px;
	}


#banner{
	border: 1px solid #000;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -206px;
	padding-left:0px;
	background-color: #ffffff; 
}
* html #banner{ /*IE6 only rule, applied on top of the default above*/
	position: absolute;

top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+1+"px" : body.scrollTop+1+"px");
	width: 412px;
}
#jump{
float: right;
top: 300px;
padding-left:0px;
background-color: #ffffff; 
}
* html #banner{ /*IE6 only rule, applied on top of the default above*/
	position: absolute;

top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+1+"px" : body.scrollTop+1+"px");
	width: 175px;
}

.product {
	posistion: absolute;
	top: 100px;
	float: left;
	}

.intro {
	
	color: black; 
	font-style: bold; 
	font-size: 16pt; 
	font-family: Comic Sans MS;	
}

.fresh {
	vertical-align: top;
	}

.gentext {
	text-align: justify;
	color: black; 
	font-style: bold; 
	font-size: 10pt; 
	line-height: 150%;
	font-family: Comic Sans MS;
		
}
.listtext {
	text-align: center;
	vertical-align: middle;
	color: #339933; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Veranda, San-Serif, Arial;	
}
.listtext2 {
	text-align: center;
	vertical-align: middle;
	color: #339933; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Veranda, San-Serif, Arial;	
}


table.tbl {	border-width: 0px 0px 0px 0px;
		border-collapse: collapse; /*separate*/
		border-color: gray gray gray gray;
		border-style: solid solid solid solid;
		border-spacing: 0px;
}

table.tbl td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}

