body {
	margin: 0px 0px 0px 0px;
	color: black;
	background: white url('./img/gradloop.jpg') repeat-y;
	overflow: auto;
	}
h1 {
	font-style: italic;
	font-size: xx-large;
	}
h2 {
	font-size: x-large;
	}
A:link {
	text-decoration: none;
	color: blue;
	}
A:visited {
	text-decoration: none;
	color: blue;
	}
A:hover {
	text-decoration: underline overline;
	}
A:active {
	text-decoration: none;
	color: blue;
	}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 255px;
	padding-left: 300px;
	padding-top: 40px;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 32pt;
	background: url('./img/mantransb3.gif') no-repeat;
	}
#menu {
	position: absolute;
	top: 255px;
	left: 0px;
	color: white;
	font-family: serif;
	width: 150px;
	}
.md {
	width:120px;
	text-align: center;
	}
.md A:link {
	text-decoration: none;
	color: white;
	}
.md A:visited {
	text-decoration: none;
	color: white;
	}
.md A:hover {
	text-decoration: underline overline;
	color: yellow;
	}
.md A:active {
	text-decoration: none;
	color: Red;
	}
#content {
	position: absolute;
	color: black;
	top: 160px;
	left: 240px;
	width: 600px;
	padding-bottom: 30px;
	}
.pic {
	float: right;
	right: 20px;
	top: 20px;
	padding: 2em;
	border: 4px;
	text-align: center;
	font-size: small;
	}
.mpic {
	float: right;
	right: 10px;
	top: 10px;
	padding: 5px;
	text-align: center;
	font-size: small;
	}
.ttxt {
	height: 100%;
	text-align: center;
	font-weight: bold;
	}
.tpic {
	float: right;
	right: 5px;
	top: 5px;
	}
.lpic {
	float: left;
	left: 20px;
	top: 20px;
	padding: 2em;
	border: 4px;
	text-align: center;
	font-size: small;
	}
.box {
	float: left;
	padding: 4px;
	text-align: center;
	font-size: small;
}
.center {
	text-align: center;
	border: 0px;
		}
.half {
	width: 46%;
	float: left;
	padding: 0px 2% 0px 2%;
	}
table.two {
	table-layout: fixed;
	width: 100%;
	}
td.two {
	width: 50%;
	vertical-align: top;
/*	border-color: black;
	border-style: dotted;
	border-width: 1px;*/
	padding: 1em;
    }
.emp {
	Display: block;
	overflow: auto;
	}
div.prod {
	width: 90%;
	border-top: 1px solid #000000;
	overflow: auto;
	padding: 1em;
	}
/*div.prod > img {*/
img.prod {
	border: 5px;
	padding-right: 2em;
	float: left;
	}
/*div.prod > p {*/
p.prod {
	font-weight: bold;
	}
/*div.prod > div {*/
div.cost {
	float: right;
	font-weight: bold;
	bottom: 20px;
	}
p.question {
	border-top: thin solid #000000;
	font-weight: bold;
	padding-top: 1em;
	}