.category {
	border: 1px solid #336633;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32543e;
}
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32543e;
	border: 1px solid #32543e;
	background-color: #FFFFFF;

}
.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32543e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #32543e;
	border-right-color: #32543e;
	border-bottom-color: #32543e;
	border-left-color: #32543e;
}
