
/* Page sub titles: section color */
h2 {
	/*color: #aac81b;*/
	color: #b2bf00;
	font-size: 1em; /* was 11 px  */	
}

/* section color */
h3{
	color: #707173; 
	font-size: 1.7em; /* was 17 px  */
}

/* section color */
h4, h5, h6 {
	/*color: #aac81b;*/
	color: #b2bf00;
	font-size: 0.85em; /* was 10 px  */
}

ul {
	list-style-image: url('../images/style/green_bullet.gif');
}

#nav3 ul {
	/*list-style-image: url('../images/style/green_arrow.gif');*/
	list-style: none;
}

#nav3 ul a {
	/*color: #aac81b;*/
	color: #b2bf00;
	text-decoration: underline;
}

.border{
    border: 1px #b2Bf00 solid;
}

.pricetable {
    border: 1px solid #b2bf00;
    font-family: arial;
}    
.priceheader {
    background-color: #b2bf00;
    color:  white;
    border-right: 1px solid #dadadc;
    border-left: 1px solid white;
    border-bottom: 3px solid #dadadc;
    border-top: 1px solid white;
}

