/* Paradise Garden Stylesheet */

	body { font-family: Arial, Helvetica, sans-serif; font-size: 100%; background-color: #EDEDCC; color: #000000; margin: 0; border: 0; }
	.flargest { font-size: 130%; }
	.flarger { font-size: 120%; }
	.flarge { font-size: 110%; }
	.fsmall { font-size: 90%; }
	.fsmaller { font-size: 80%; }
	.fsmallest { font-size: 70%; }
	h1.title { color: #ffffff; font-size: 23px; font-weight: bold; margin: 0; }
	h1.product { font-size: 130%; font-weight: bold; margin: 0; }
	a:link { color: #003300; }
	a:visited { color: #000000; }
	img.border { border-width: 2px; border-color: #006f00; }
	
	/* Header Menu */
	table.hmmain { width: 600px; font-size: 12px; font-weight: bold; }
	td.hmhome { text-align: center; color: white; background-color: #006600; width: 74px; margin: 5px;
		padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; border: solid black 1px; }
	a.hmhome { color: white; text-decoration: none; }
	a:link.hmhome { color: white; text-decoration: none; }
	a:visited.hmhome { color: white; text-decoration: none; }
	td.hmother { text-align: center; color: black; background-color: #fce102; width: 98px; margin: 5px;
		padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; border: solid black 1px; }
	a.hmother { color: black; text-decoration: none; }
	a:link.hmother { color: black; text-decoration: none; }
	a:visited.hmother { color: black; text-decoration: none; }

	/* Side Menu */
	a.menu { text-decoration: none; }
	a.menu:link { text-decoration: none; }
	a.menu:hover { text-decoration: underline; }
	/* .lmain { font-size: 9pt; line-height: 10pt; } */
	.lmain { font-size: 75%; font-weight: bold; line-height: 115%; }

	/* Greenish Cell Color */
	.cell1 { background-color: #ceecc3; }

	/* Bulleted List on Product Home Pages */
	ul.home li { margin-bottom: 1em; }
	
	/* Form Elements */
	input.yellow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background: #fce102; }
