.heading {
	font-family: "Arial Narrow";
	font-size: 16px;
	background-color: #FFFFCC;
	padding: 0px;
	text-align: justify;
	white-space: normal;
	color: #008ADD;
	width: 225px;
	border: 1px none #660099;
	font-weight: bold;
}
.content {
	font-family: "Arial Narrow";
	font-size: 14px;
	text-align: left;
	color: #333333;
	text-indent: 0px;
}
.titles {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1C82C4;
	text-align: left;
	height: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 256px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 20px;
}
