.catbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 85px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 6px;
	text-decoration: none;
	background-image: url(images/background_button.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a {
	text-decoration: none;
}
a:hover {
	color: maroon;
	text-decoration: underline;
}
.cathead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 212121;
	font-weight: bold;
	margin-bottom: 6px;
	width: 85px;
	margin-top: 18px;
}
a:active {
	color: teal;
}
.catreturn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 88px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 6px;
	text-decoration: none;
	background-image: url(images/background_button.png);
	background-repeat: repeat-y;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: 003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.catbutton strong {
	color: #990000;
	float: right;
	border: 1px dotted #666666;
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #FFFFFF;
	margin-right: 2px;
}

