.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

.PageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}
.FooterText {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
}
.NavbarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
}
Link:link {
	color: #006699;
	text-decoration: none;
}
Link:visited {
	color: #006699;
	text-decoration: none;
}
Link:hover {
	color: #0099CC;
	text-decoration: underline;
}
Link:active {
	color: #006699;
	text-decoration: none;
}
