body {
	background-color: #99CC66;
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding-top:8px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.m {
	width:760px;
	position:relative;
	text-align:left;
	margin: 0 auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;	
}
.h {
	height:65px;
	background-color: #99CC66;
	padding:5px;
	border-bottom: 1px solid #999999;
}
.c {
	width:600px;
	margin:10px 10px 10px 150px;
	clear: both;
	line-height: 1.5em;
	min-height:400px;
}
.l{
	position:absolute;
	top:76px;
	left:0px;
	width:140px;
	background-image: url(images/greybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.l ul{
	margin: 10px 0px;
	padding: 0px;
	text-align:left;
	list-style-type: none;
}
.l ul ul{
	margin: 0px;
	padding: 0px;
	text-align:left;
	list-style-type: none;
}
.l ul li {
	display: block;
	text-align: left;
	list-style-type: none;
	margin-top: 20px;
	padding: 4px 0px 4px 8px;
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
}
.l ul ul li {
	padding: 4px 0px 4px 8px;
	margin:0px 0px 0px 8px;
	font-weight:normal;
}
.selected {
	background-color: #99CC66;
}	
.l li:hover {
	background-color: #006633;
}
.l li a{
	text-decoration: none;
	color: #006633;
}
.l li:hover a{
	color: #FFFFFF;
}
.f {
	text-align:center;
	height:30px;
	background-color: #99CC66;
	padding:5px;
	border-top: 1px solid #999999;
}
.cb {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.more {
	text-align:right;
}
.more a{
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}
.priceframe{
width:600px;
}
.price{
width:180px;
border:1px solid #999999;
background-color: #D5EAC1;
text-align:center;
}
.price th{
font-size: 16px;
font-weight:bold;
}
.price th strong{
color:#006633;
}
.price th small{
font-size: 12px;
font-weight:normal;
color:#000000;
}
.pricecom{
width:100%;
}
.pricecom th{
font-size: 12px;
font-weight:bold;
border:1px solid #999999;
background-color: #D5EAC1;
}
.pricecom td{
border:1px solid #999999;
}

form table{
border-collapse: collapse;
}
form table td {
	padding:5px;
	border-bottom:1px solid #999999;
}
.it{
width:400px;
border:1px solid #000000
}
textarea{
width:400px;
border:1px solid #000000
}
small {
color: #999999;
font-size: 9px;
}
blockquote {
	border: 1px dashed #999999;
	margin-top: -8px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
