body {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #333333;
}
.heading {
	font-family: "Times New Roman";
	font-size: 24pt;
	font-weight: bolder;
	color: #333333;
	text-align: center;
}
.dot {
	font-family: "Times New Roman";
	font-size: 12pt;
	list-style-type: square;
}
.tick {
	list-style-image: url(images/tick.jpg);
	font-family: "Times New Roman";
	font-size: 12pt;
}
.big {
	font-family: "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
}
.tickbold {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	list-style-image: url(images/tick.jpg);
}
.dotbold {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	list-style-type: square;
}
.subheading {
	font-family: "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
.pagecontent {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #333333;
}
.yellow {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	background-color: #FFFF00;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

