body {
	margin-top: 12px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, "MS Gothic";
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#catHdrH1 {
	font-size: 24px;
	font-weight: bold;
	/* color: #EC881C; */
	color: #06C2AB; /* green */
	font-family: "Trebuchet MS", Arial, Verdana, "MS Gothic";
}

#catHdrH2 {
	font-size: 16px;
	font-weight: bold;
	color: #06C2AB;
	font-family: "Trebuchet MS", Arial, Verdana, "MS Gothic";
}

#TextBox {
	margin: 10px 0px;
	padding: 10px 10px 0;
	border: 1px solid #ccc;
	background: #f0f0f0;
	text-align: left;
	width: 95%;
}

#TextBox h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #600; }
	
#TextBox h2 {
	margin: 0px 0px 3px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #600; }
	
#TextBoxWhite {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	background: #ffffff;
	text-align: left;
}

#TextBoxWhite h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #600; }
	
#TextBoxWhite h2 {
	font-size: 16px;
	font-weight: bold;
	color: #EC881C;
	font-family: "Trebuchet MS", Arial, Verdana, "MS Gothic";
}
	
#TextBoxWhite p {
	margin: 0 0 10px 0;
	padding: 0; }
	
#TextBoxWhite td {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}

