/* CSS
----------------------------------------------------------------------------- */

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	background: #fff url(../nav/price_list_logo.gif) no-repeat top right;
}
h1 {
	font-weight: bold;
	font-size: 1.8em;
	font-family: "Courier New", Courier, mono;
	color: #696B46;
	margin: 0px;
	padding: 0px 0px 10px;	
}
h2 {
	font-weight: bold;
	font-size: 1.7em;
	font-family: "Courier New", Courier, mono;
	color: #696B46;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EFEBD8;
	padding-top: 20px;
}
h3 {
	font-weight: bold;
	font-size: 1.6em;
	font-family: "Courier New", Courier, mono;
	color: #9F7F3D;
	padding: 0;
	margin: 0;
}
h4 {
	font-weight: bold;
	font-size: 1.6em;
	font-family: "Courier New", Courier, mono;
	color: #9F7F3D;
}

table {
	margin: 0 0 30px 0;
	padding: 0;
	color: #4B3831;
	border-top: 1px solid #94A24D;
}
table td {
	padding: 7px 20px 3px 0px;
	font-size: 12px;
	border-bottom: 1px solid #E5EBC7;
}
table td.name {
	width: 300px;
}
table td.option {
	width: 300px;
}
table td.price {
	width: 50px;
}

table tr.odd {

}
table tr.even {
}
.green-text {
	color: #696B46;
}