	body {
		margin: 0px auto;
		text-align: center;
		background-color: #2E2E2E;
	}
	#footer {
		position: relative;
		width: 650;
		margin: 0px auto;
		text-align: center;
		z-index: 4;
	}
	* html #footer {
		top: 10px;
	}
	#outerbox {
		position: relative;
		width: 750px;
		background-image: url('images/bkgrd.png');
		background-repeat: repeat-x;
		background-color: #585858;
		margin: 15px auto;
		z-index: 0;
	}
	#content {
		position: relative;
		top: 50px;
		width: 650px;
		background-color: white;
		border-style: double;
		border-color: #e3e3e3;
		border-width: 2px;
		margin: 0px auto;
		z-index: 2;
	}
	#menu {
		position: relative;
		width: 620px;
		height: 50px;
		background-image: url('images/menu.png');
		background-repeat: no-repeat;
		border-style: solid;
		border-color: #585858;
		border-width: 10px;
		margin: 5px auto;
		z: 2;
	}
	* html #menu {
		height: 61px;
	}
	#comment {
		position: relative;
		width: 600px;
		border-style: solid;
		border-color: #e3e3e3;
		border-width: 5px;
		margin: 5px auto;
	}
	img.logo {
		margin: 5px;
		border-style: solid;
		border-color: #585858;
		border-width: 10px;
	}
	img.office {
		float: left;
		margin: 15px;
	}
	pre {
		font-family: Verdana;
		font-size: 15px;
	}
	a {
		position: relative;
		text-decoration: underline;
		font-family: Verdana;
		font-size: 15px;
	}
	.menu a:link {color: white;}
	.menu a:visited {color: white;}
	.menu a:active {color: white;}
	.menu a {
		position: relative;
		top: 15px;
		text-decoration: none;
		font-family: Verdana;
		font-size: 15px;
		font-weight: bolder;
		padding-left: 10px;
		padding-right: 10px;
	}
	* html .menu a {
		top: 12px;
	}
	p {
		text-align: center;
		font-family: Verdana;
		font-size: 14px;
		color: black;
	}
	p.content {
		text-align: left;
		font-family: Verdana;
		font-size: 14px;
		color: black;
		padding: 5px;
	}
	p.form {
		text-align: right;
	}
	p.form2 {
		text-align: left;
		font-size: 12px;
	}
	p.small {
		font-size: 12px;
		color: black;
	}
	p.footer {
		font-family: Verdana;
		font-size: 10px;
		color: white;
	}
	td {
		text-align: center;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bolder;
		color: #1c5fa5;
		padding: 5px;
	}
	td.norm {
		font-weight: normal;
		color: black;
	}
	td.norm2 {
		font-weight: normal;
	}
	td.price {
		text-align: left;
	}
	input.bottomrow {
		width: 100px;
	}
	input.Quant {
		width: 50px;
	}
	ol.alpha {
		list-style-type: upper-alpha;
	}
	ol.numeric {
		list-style-type: decimal;
	}
	li {
		text-align: left;
		font-family: Verdana;
		font-size: 14px;
		color: black;
		padding: 5px;
	}
	h1 {
		text-align: center;
		font-family: Verdana;
		font-size: 25px;
		color: black;
		font-weight: bolder;
	}
	h2 {
		text-align: center;
		font-family: Verdana;
		color: #1c5fa5;
		font-weight: bolder;
	}