td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallTextBox{
	font-size:10px;
	line-height: 10px;
}

.categoryListHeader{
	background-color: #EEE8AA;
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.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;
}

.smallYellow {color: #FFFFCC}
.smallYellow a:link {color: #FFFFCC}
.smallYellow a:visited{color: #FFFFCC}
.smallYellow a:hover{color: red}
.style4 {
	font-size: 11px;
	font-weight: bold;
}
.style5 {color: #660000}

.cardCategoryName {
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.style6 {font-size: 26px}

#menu1 { display : none }
a:link {color:blue; text-decoration:none}
a:hover {color:blue; text-decoration:bold}


.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;
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:220px;
   width:480px;
	margin: 0;
	padding: 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

