html { margin: 0px; }
body { padding: 0px; margin: 0px; }
a {
	color: #e44f33;
	text-decoration: none;
}
.normal_Text {
	color: #6f5757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #e44f33;
	display: block;
	float: left;
	width: 505px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.highlited_Text{
	color: #e44f33;
	font-weight: bold;
}
.coloured_text{
color: #e44f33;
}