/* CSS Document */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.bold-body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.link {
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}