<!--
body	{background:honeydew;
	font-family:Arial;
	font-size:10pt;
	color:black;
	}
a:link {color:green;
	text-decoration:none;}
a:visited {color:green;
	text-decoration:none;}
a:hover {color:lime;
	text-decoration:none;
	}
div.body {
    position:absolute;
    margin-left: 10px;
    margin-top:10px;
	padding: 0px;
}
div.topleft {
	position:absolute;
	width:225px;
	height:45px;
	background:honeydew;
	padding:2px;
	text-align:left;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	color:green;
	border-bottom-style:solid;
	border-bottom-color:green;
	border-bottom-width:1px;
	}
div.topright {
	position:absolute;
	margin-left:225px;
	width:375px;
	height:45px;
	background:transparent;
	padding:2px;
	text-align:right;
	font-family:arial;
	font-size:10pt;
	color:green;
	border-bottom-style:solid;
	border-bottom-color:green;
	border-bottom-width:1px;
	}
div.viewcart {
	position:absolute;
	margin-left:515px;
	width:85px;
	background:transparent;
	text-align:right;
	font-family:arial;
	font-size:10pt;
	color:green;
	}
div.side {
	position:absolute;
	margin-top:80px;
	margin-left:0px;
	width:130px;
	color:black;
	font-family:arial;
	font-size:10pt;
	text-align:justify;
	background:white;
	padding:10px;
	}
div.main {
	position:absolute;
	margin-top:80px;
	margin-left:165px;
	width:440px;
	color:black;
	font-family:arial;
	font-size:10pt;
	text-align:justify;
	}
div.bottom {
	position:absolute;
	margin-top:440px;
	width:600px;
	text-align:right;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	color:green;
	border-top-style:solid;
	border-top-color:green;
	border-top-width:1px;
	}
div.botleft {
	position:absolute;
	margin-top:440px;
	width:200px;
	height:20px;
	background:honeydew;
	padding:2px;
	text-align:left;
	font-family:arial;
	font-size:10pt;
	color:green;
	border-top-style:solid;
	border-top-color:green;
	border-top-width:1px;
	}
div.botright {
	position:absolute;
	margin-top:440px;
	margin-left:200px;
	width:400px;
	height:20px;
	background:honeydew;
	padding:2px;
	text-align:right;
	font-family:arial;
	font-size:10pt;
	color:green;
	border-top-style:solid;
	border-top-color:green;
	border-top-width:1px;
	}
div.box {
	border-style:solid;
	border-color:green;
	border-width:1px;
	padding:2px;
	text-align:justify;
	font-size:8pt;
	}
div.iteminfo {
	text-align:left;
	color:green;
	font-family:arial;
	font-size:12pt;
	}
b.title {
    color:green;
    font-weight:bold;
    font-size:12pt;
}
b.fine {
    color:black;
    font-weight:normal;
    font-family: Arial;
    font-size:8pt;
}
b.hidden {
    color:honeydew;
}
b.headlink {
    border-bottom-style:solid;
    border-bottom-color:black;
    border-bottom-width:1px;
}
b.titlebox {
    border-top-style:solid;
    border-top-color:green;
    border-top-width:2px;
    border-top-padding:2px;
    border-bottom-style:solid;
    border-bottom-color:green;
    border-bottom-width:2px;
    border-bottom-padding:2px;
    color:green;
    font-weight:bold;
    font-size:12pt;
}
p.ind {
    text-indent:15px;
    text-align:justify;
}
p.noind {
    text-align:justify;
}
.fine {font-face:arial;font-size:8pt;}
select.pulldown	{background:honeydew;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	line-height:125%}
.info {width:100%;border-bottom:solid 1px green;}
//-->
