html{
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color:#DEDECA;
	scrollbar-shadow-color:#767661;
	scrollbar-face-color:#DEDECA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:black;
	scrollbar-3d-light-color:#FFFFFF;
}

body {
	background-color: #E6E1C1;
	color: #535937;
}

body, td, th {
	color: 333;
	font-size: 11pt;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}



a {
	color: #4D5232;
}

#background_table {
	background-image:url(../images/herb_background.jpg);
	background-repeat:no-repeat;
	/*background-position:center;*/
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* used to allow png transparency in ie 5.5 & 6 */
/*img, div { 
	behavior: url(iepngfix.htc) 
}*/
