#brochure th {
	font-weight: bold;
	padding: 5px;

}
#brochure th a {
	color: #7A725D;
	font-size: 13px;
}
#brochure th a:hover{
	color: #e97700;
}
#brochure td {
	color: #7A725D;
	font-size: 12px;
	font-weight: normal;overflow: hidden;
	padding: 5px;
	vertical-align: top;
	width: 25%;

}
#brochure td a {
	color: #7A725D;
	line-height: normal;
}
#brochure td a:hover{
	color: #e97700;
}