body, div {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}
body, table {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
table {
	border: 0;
}
table.main, #smallprint {
	width: 600px;
}
form {
	margin: 0;
	padding: 0;
}
table.form {
	width: 560px;
	margin: 15px 20px 0 20px;
	line-height: 16px;
}
table.form b {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
table.main {
	margin: 5% 0 0 0;
	height: 85%;
}
td,th {
	vertical-align: top;
}
.spec table {
	width: 100%;
	margin: 15px 0 0 0;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}
.spec th {
	text-align: left;
	font-weight: normal;
	width: 21%;
	padding: 0 0 5px 0;
}
.spec .top {
	padding: 16px 0 5px 0;
}
.spec .bot {
	padding: 0 0 15px 0;
}
.spec td {
	width: 79%;
	padding: 0 0 5px 0;
}
td.spec {
	height: 29%;
	vertical-align: bottom;
}
td.image {
	height: 71%;
	width: 72%;
}
.image img {
}
td.topcode {
	width: 14%;
	text-align: center;
}
.topcode h1 {
	margin: 0 0 15px 0;
	padding: 0 1px 0 1px;
	font-size: 13px;
	font-weight: normal;
}
.topcode h1 b {
	border-bottom: 1px dotted;
	font-weight: normal;
}
.topcode a {
	display: inline-block;
	cursor: pointer;
	padding-top: 12px;
	text-indent: 0;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.topcode a.print {
	background: transparent url(/assets/pi_print.gif) right top no-repeat;
}
.topcode a.email {
	background: transparent url(/assets/pi_email.gif) left top no-repeat;
	margin-left: 10px;
}
.topcode a.print:hover, .topcode a.email:hover {
	color: #fff;
}
#smallprint, .submit {
	font-family: "Trebuchet MS", "Arial Narrow", Helvetica, Arial, sans-serif;
}
#smallprint {
	margin: 30px 0 20px 0;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.1em;
}
#smallprint span {
	text-transform: uppercase;
}
#smallprint .amp {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
}
input, textarea {
	border: 1px solid #bbb;
}
.submit {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

