DIV.menu-item {
	color: #000;
	font-family: Arial, Sans Serif;
	font-weight: bold;
	font-size: .9em;
}
A:visited { color:#990000; }
H1 {
	color: #922D00;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
UL {
	margin-bottom: 0px;
}
TABLE.admin {
	border: 1px solid #000;
}
TH.admin {
	background-color: #CB4F11;
	color: #FFF;
	text-align: left;
}
TH.sub-cat {
	padding-left: 4px;
	text-align: left;
}
TR.sub-cat:HOVER {
	background-color: #DDE;
}
TD.cat-caption {
	font-weight: bold;
	border-top: 1px solid black;
}
TD.cat {
	border-top: 1px solid black;
}
TR.cat:HOVER {
	background-color: #DDE;
}
SELECT.cat {
	width: 300px;
}
TEXTAREA.cat {
	width: 300px;
}
INPUT.cat[type=text] {
	width: 300px;
}
.row-0 {
	background-color: #FFFFFF;
}
.row-1 {
	background-color: #EEEEEE;
}
TABLE.search-results {
	border: 1px solid #000000;
}
INPUT.search {
	width: 250px;
}
SELECT.search {
	width: 250px;
}
.search-result-header {
	color: #FFFFFF;
	background-color: #922D00;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: .9em;
}

.search-result-header-print {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: .9em;
}
.search-result-entry {
	font-family: Arial;
	font-size: 11pt;
	padding-bottom: 25px;
}
.notice {
	color: green;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
