/* CATEGORY-SPECIFIC STYLES */
#textPage h1 {
	color: #F26522;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#textPage h2 {
	text-align: center;
	text-transform: uppercase;
	color: #F26522;
	font-size: 12px;
	padding:  7px 0;
	margin: 25px 0 0 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#textPage p {
	padding: 5px 0 0 0;
}