.TITLE-CENTER {
	font-size: 18px;
}
.Cat-Heading {
	font-family: "Trebuchet MS", Arial, "Courier New";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.Prog_names {
	font-family: "Trebuchet MS", Arial, "Courier New";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Center-Text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.line-under {
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bullet {
	list-style-position: inside;
	list-style-type: disc;
}
.Box {
	border: 1px solid #FF6600;
	padding: 5px;
}
