body {
	/* font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; */
	font: 8pt/14pt georgia;
	background-image: url(images/tea_background.jpg);
	margin:10px 10px 10px 10px;
	padding:0px;
}
p { 
	font: 8pt/14pt georgia; 
	margin-top: 0px; 
	text-align: justify;
}
h1 { 
	font: normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 3px; 
	color: #006633;
}
h2 { 
	font: normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #006633;
}
h3 { 
	font: normal 10pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #006633;
}
h4 { 
	font: normal 8pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	padding: 0px;
	color: #006633;
}
a:link, a:visited, a:hover, a:active { 
	color: #006633;
}

/* Left Navigation */

a.maincategory:link {
	color: #fff;
	text-decoration: none;
}
a.maincategory:active {
	color: #fff;
	text-decoration: none;
}
a.maincategory:visited {
	color: #fff;
	text-decoration: none;
}
a.maincategory:hover {
	color: #fff;
	text-decoration:underline;
}
a.subcategory:link {
	color: #fff;
	text-decoration: none;
}
a.subcategory:active {
	color: #fff;
	text-decoration: none;
}
a.subcategory:visited {
	color: #fff;
	text-decoration: none;
}
a.subcategory:hover {
	color: #fff;
	text-decoration:underline;
}


a.product:link {
	color: #006633;
	text-decoration: none;
}
a.product:active {
	color: #006633;
	text-decoration: none;
}
a.product:visited {
	color: #006633;
	text-decoration: none;
}
a.product:hover {
	color:#990066;
	text-decoration: none;
}


/* Main Content */

.maintd {
	padding: 10px;
}
.maintd2 {
	padding: 0px;
	margin: 0px;
}


/* Controls */

.formfield {
	font-size: 10px;
}