.homepageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #CC9933;
}
.hompageSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: 45552D;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC9933;

}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #45552D;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	list-style-image: url(images/Bullet.gif);
	list-style-type: square;
}

ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	list-style-image: url(images/SubBullet.gif);
	list-style-type: square;
}
