body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	padding: 20px;
}
body.fullsite {
	background-color: #008000; /* dark green */
	overflow: hidden;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
table {
	border: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	width: 100%;
}
div.header {
	width: 100%;
	border-bottom: solid 2px #000000;
	background-image: url('images/header.jpg');
	background-position: 220px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.wholemenu {
	width: 240px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	position: absolute;
	top: 86px;
	left: 0px;
	background-image: url('images/menu2.jpg');
	background-repeat: no-repeat;
	overflow: auto;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
}
div.menu {
	width: 215px;
	margin: 5px;
	float: left;
	clear: both;
	border: solid 2px #000000;
	color: #006000;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
div.maindoc {
	position: absolute;
	//width: 73%;
	//height: 81%;
	width: 68%;
	height: 76%;
	top: 100px;
	left: 250px;
	background-color: #FFFFFF;
	border: solid 2px #000000;
	overflow: scroll;
	z-index: 20;
	padding-right: 30px;
}
div.xlate {
	position:absolute;
	top: 90px;
	left: 75%;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 22;
	visibility:hidden;
}
div.imagedisp {
	z-index: 30;
	background-color: #FFFFFF;
	position: absolute;
	top: 68px;
	left: 25px;
	width: 94%;
	border: solid 2px #000000;
	overflow:scroll;
	visibility: hidden;
}
span.translate {
	position: relative;
	float: right;
	display: block;
}
span.logo {
	background-color: #008000;
	color: #FFFFFF;
	font-family: "Times New Roman",serif;
	font-weight: bold;
	font-size: 255%;
	text-transform: uppercase;
	width: 250px;
	float: left;
	clear: right;
	text-align: center;
	border: 3px solid black;
	padding: 4px;
}
span.slogan {
	background-color: #FFFFFF;
	color: #008000;
	width: 250px;
	font-family: "Times New Roman",serif;
	font-size: 145%;
	text-align: center;
	float: left;
	border: 3px solid black;
	border-top: 0px;
	padding: 4px;
}
span.himage {
	width: 240px;
	float: left;
	clear: right;
}
span.doctitle {
	padding: 15px;
	padding-bottom: 8px;
	width: 100%;
	border-bottom: solid 2px #008000;
	position: relative;
	display: block;
}
span.docbody {
	width: 100%;
	padding: 15px;
	display: block;
}
span.translate {
	padding-left: 20px;
	display: block;
}
span.tnr {
	font-family: "Times New Roman",serif;
	font-size: 120%;
	font-variant: small-caps;
}
img {
	border: 0;
}
col.forimg {
	width: 135px;
}
col.forlinks {
	width: 110px;
}
td {
	vertical-align: top;
}
td.product {
	border-top: dashed 1px #000000;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 2px;
	margin: 0px;
}
td.quote {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td.quotet {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}
p {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
p.blurb {
	padding-bottom: 10px;
}
p.title {
	font-size: 110%;
	font-weight: bold;
}
p.subtitle {
	font-weight: bold;
}
p.prodtitle {
	font-weight: bold;
	padding-bottom: 4px;
}
p.closebar {
	text-align:center;
	font-size: 110%;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #008000;
}
ul.menulist {
	margin-left:16px;
	margin-top:12px;
	margin-bottom:9px;
}
dt {
	font-weight:bold;
	padding-top: 12px;
}
a:link {
	text-decoration: none;
	color: #006000;
}
a:visited {
	text-decoration: none;
	color: #006000;
}
a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
a.prdlink:link {
	text-decoration: underline;
	color: #000000;
}
a.prdlink:visited {
	text-decoration: underline;
	color: #666666;
}
a.homelink {
	font-weight: bold;
}