h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #5F4125;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #47301B;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #2F2012;
    margin: .5em 0 0em 0;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    margin: .5em 0 0em 0;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    margin: .5em 0 0em 0;
}


td.sectioncolor {
	background-color: #5F4125;
}

/*
div.menu {
	text-decoration: none;
	background-color: transparent;
	color:#CFBFB0;
	margin-top: -1px;
	height:24px;
	border:1px outset #000000;
	border-left:0px;
	border-right:0px;
	padding:4px 0px 3px 12px;
	cursor: hand;
}
*/

div.menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
	color:#CFBFB0;
	text-decoration: none;
	background-color: transparent;
	margin-top: -1px;
	height:30px;
	border:1px outset #5F2525;
	border-left:0px;
	border-right:0px;
	padding:6px 0px 5px 12px;
}

div.submenu {
	background-color: #7C634C;
	color:#000000;
	padding:4px 0px 12px 12px;
	border-bottom: 1px solid black;
}