@charset "UTF-8";
/* CSS Document */

.headtext {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.text {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
a:hover {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:active {
font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: none;
	color: #000000;
}
a.black:active {
	text-decoration: none;
	color: #000000;
}
a:link.grey {
	color: #333333;
	text-decoration: none;
}
a:visited.grey {
	text-decoration: none;
	color: #333333;
}
a:hover.grey {
	text-decoration: none;
	color: #666666;
}
a:active.grey {
	text-decoration: none;
	color: #666666;
}