.homepageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #4A796F;
}
.hompageSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #1B547E;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #4A796F;

}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #1B547E;

}
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: 13px;
	color: #E6E6E6;
	bottom: auto;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;


}
.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; text-decoration: none}
.menuDividers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7C8D9D;
}
