td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallTextBox{
font-size:8pt;
}

.categoryListHeader{
	background-color: #EEE8AA;
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1
{
	background-color: #EEE8AA;
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:inline;
}

.categoryListDescription{
	background-color: #EEE8AA;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.categoryListItem{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.categoryButton{

font-size: 12px;
	color: white;
	border: 2px outset #AB6D5E;
	width:120px;
	font-weight:bold;
	background-color:#7C3427;
}

.categoryButtonOver{

	font-size: 12px;
	color: #FFCD96;
	border: 2px outset #AB6D5E;
	width:120px;
	font-weight:bold;
	background-color:#7C3427;
}

.categoryButton A:visited {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.categoryButton A:link {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.categoryButton A:hover {
	font-size: 12px;
	color: #993300;
	text-decoration: underline;
}
.categoryButton A:active {
	font-size: 12px;
	color: #993300;
}

.categoryButtonOver A:visited {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.categoryButtonOver A:link {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.categoryButtonOver A:hover {
	font-size: 12px;
	color: #FFCD96;
	text-decoration: underline;
}
.categoryButtonOver A:active {
	font-size: 12px;
	color: #993300;
}
		
