/* V 2.1 */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.detailtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
a:link {
	color: #009bd1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #009bd1;
}
a:active {
	text-decoration: underline;
}