.linksred {
font-family: Arial;
	font-size: 12px;
	color: #BC4600;
	text-decoration: none;
}

.linksred:hover {
font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.linksbrown {
font-family: Arial;
	font-size: 12px;
	color: #C24D08;
	text-decoration: underline;
}

.linksbrown:hover {
font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.linksblack {
font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.linksblack:hover {
font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.redheadline {
	font-family: Arial;
	font-size: 13px;
	color: #C24D08;
	font-weight: bold;
}
.redheadline2 {
	font-family: Arial;
	font-size: 11px;
	color: #C24D08;
	font-weight: bold;
}

