html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
}

.bckGrndW {
	background-color:#FFFFFF;
}
.bckGrndZ {
	background-color:#000000;
}

.colorW {
	color:#FFFFFF;
}
.colorZ {
	color:#000000;
}
.color1 {
	color:#CCCCCC;
}
.color2
 {
	color:#974488;
}


.border1 {
	border:1px solid #1F395E;
}
.borderLeftSep {
	border-left:1px solid #1F395E;
}
.borderRightSep {
	border-right:1px solid #1F395E;
}

.tekstV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tekstA {
	font-family: Arial, Helvetica, sans-serif;
}
.tekstN {
	font-family:Niamey, Verdana, Arial;
}

.noLine {
	text-decoration: none;
}
.line {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.scheef {
	font-style: italic;
}

.size8 {
	font-size: 8px;
}
.size9 {
	font-size: 9px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.cursor {
	cursor:default;
	cursor:pointer;
	cursor:hand;
}

.fade {
	filter:alpha(opacity=92);
	-moz-opacity:0.3;
    background-color: #002A51;
	border-top:1px #FF6600 solid;
	border-bottom:1px #FF6600 solid;
}
.formField {
	width: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:75px
}

a.linkNieuws1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0000FF;
	text-decoration: underline;
}
a.linkNieuws1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #999999;
	text-decoration: underline;
}
a.linkNieuws2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a.linkNieuws2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a.linkFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	text-decoration: underline;
}
a.linkFooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #974488;
	text-decoration: none;
}
