.homepageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: 677EB4;
}
.hompageSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: BB9600;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #546FAB;

}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: BB9600;

}
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;
}

.links { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none}
.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFCC66; text-decoration: none}
