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

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
a:link {
	color: black;
	text-decoration: none
}
a:active {
	color: black;
	text-decoration: none
}
a:visited {
	color: black;
	text-decoration: none
}
a:hover {
	color: grey;
	text-decoration: underline
}
.box-content {
}
.headfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #C4C4C4;
}
