/* TEST; text properties for states: normal, hover, click */
.TM5i0 {
	font-family: "Times New Roman", Times, serif;;
	color: ;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* TEST; box properties for states: normal, hover, click */
.TM5o0 {
	background: ;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* TEST; table properties for states: normal, click */
.TM5t0 {
	background: ;
}

/* TEST; table properties for states: normal, hover, click */
.TM5t1 {
	background: #FFFFFF;
}

/* copy 1 of DeMarco Subcategories; text properties for states: normal */
.TM6i0 {
	font-family: "Times New Roman", Times, serif;;
	color: #DBBDA3;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* copy 1 of DeMarco Subcategories; box properties for states: normal */
.TM6o0 {
	background: #7A2310;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* copy 1 of DeMarco Subcategories; text properties for states: hover, click */
.TM6i1 {
	font-family: "Times New Roman", Times, serif;;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* copy 1 of DeMarco Subcategories; box properties for states: hover, click */
.TM6o1 {
	background: #A5442F;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

