@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3a3a3a;
}
.text a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
	color: #333333;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
	color: #ce0000;
}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #b43232;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.nav a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #333333;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
	color: #ce0000;
}
.navtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #b43232;
}