body {
	margin: 0px 0px 50px 0px;
	background: #B580F2;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B580F2;
	cursor: default;
	text-align: left;
}
a:link {
	color:#FFC001;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
}
a:visited {
	color:#FFC001;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	cursor: pointer;	
}
a:active {
	color:#B580F2;
	text-decoration: underline;
	cursor: pointer;	
}
a.navroodwit:link {
	color:#C70008;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
}
a.navroodwit:visited {
	color:#C70008;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
}
a.navroodwit:hover {
	color:#FFFFFF;
	text-decoration: underline;
	cursor: pointer;	
}
a.navroodwit:active {
	color:#C70008;
	text-decoration: underline;
	cursor: pointer;	
}
.column_left_right {
	width: 120px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text18px-black {
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
.header {
	font-size:20px;
	color:#ffc001;
}
.text16px-green {
	font-size:16px;
	color:#339966;
	font-weight:bold;
}
.subheader {
	font-size:16px;
	color:#B580F2;
	font-weight:bold;
}
.text16px-red {
	font-size:16px;
	color:#BA0100;
	font-weight:bold;
}
.text16px-white {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.yellowtext {
	color:#ffc001;
}
.whitetext {
	color:#FFFFFF;
}
.paarstext {
	color:#7152A2;
	font-weight:bold;
}
.redtext {
	color: #BA0100;
}
.greentext {
	color: #339966;
}
.blacktext {
	color:#000000;
	font-weight:bold;
}
.marker {
	background:#CCFF33;
	color:#000000;
}