H3 {
	margin-top : 10px;
	margin-bottom : 5px;
	margin-left : 5px;
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : bold;
	color : #666600;
	text-decoration : underline;
}


.menuhdr {
	float: left;
	padding: 0;
	border-bottom: 1px solid #663300;
	width : 100%;
	border-top : 1px solid #663300;
	font-size : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #FFFFCC;
	text-align : left;
	background : #663300;
}

.text {
	float: left;
	padding: 0;
	width : 100%;
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
}

.text a {
	text-align: left;
	color: #996633;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	width : 100%;
}

.text a:hover {
	text-decoration : underline;
}

.menu {
	float: left;
	padding: 0;
	border-bottom: 1px solid #663300;
	width : 100%;
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
}

.men {
	float: left;
	padding: 0;
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	width : 100%;
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
}

.men a {
	text-align: center;
	width : 100%;
	color: #996633;
	margin: 0;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
.men a:hover {
	background: #FFFF99;
}


.menu a {
	text-align: left;
	width : 100%;
	color: #996633;
	margin: 0;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
.menu a:hover {
	background: #FFFF99;
}



