@charset "UTF-8";

body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}


.top_nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #660000;
}

.breadcrumb {
	font-family: Helvetica, Arial, san-serif;
	font-size: 10px;
	font-weight: bold;
}
.text {
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.headline {
	font-family: Helvetica, Arial, san-serif;
	font-size: 28px;
	font-weight: bolder;
	color: #660000;
}

a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #971b1e;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
.subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}
