/*main page*/
body, td
{
font-family:Verdana;
font-size:8pt;
}

.heading1
{
font-family:Arial;
font-weight: normal;
font-size: 16pt;
text-align:center;
letter-spacing:0px;
border-color:#ec9412;
border-style:solid;
border-width:1px;
}
.heading2
{
font-family:Arial;
font-weight: normal;
font-size: 14pt;
letter-spacing:0px;
}
.heading3
{
font-family:Arial;
font-weight: normal;
font-size: 13pt;
margin-left:25px;
letter-spacing:0px;
}

.heading4
{
color:pink;
font-family:Arial;
font-weight: normal;
font-size: 11pt;
letter-spacing:0px;
}
.heading5
{
color:blue;
font-family:Arial;
font-weight: normal;
font-size: 11pt;
letter-spacing:0px;
}
.heading6
{
color:green;
font-family:Arial;
font-weight: normal;
font-size: 11pt;
letter-spacing:0px;
}
h1
{
font-family:Arial;
font-weight: normal;
font-size: 16pt;
text-align:center;
letter-spacing:0px;
border-color:#ec9412;
border-style:solid;
border-width:1px;
}
h2
{
font-family:Arial;
font-weight: normal;
font-size: 14pt;
letter-spacing:0px;
}
h3
{
font-family:Arial;
font-weight: normal;
font-size: 13pt;
margin-left:25px;
letter-spacing:0px;
}


td
{
font-family:verdana;
font-size:11px;
color:black;
letter-spacing:0px;
}

.red
{
color: red;
}
.green
{
color: green;
}

.fmenu
{
color:#ec9412;
text-decoration:none;
font-weight:bold;
}

.content a:link, .content a:visited
{
font-family:Verdana;
color:#EC9412;
text-decoration:none;
font-weight:bold;
}

.content a:hover, .content a:active
{
font-family:Verdana;
color:#EC9412;
text-decoration:underline;
font-weight:bold;
}

.content
{
font-family:Verdana;
font-size:8pt;
}

.header_roze
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11pt;
	letter-spacing:0px;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	color:#ffffff!important;
	font-weight: bold;
	background-color:#d40d8c;
	display: block;
}
.header_blauw
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11pt;
	letter-spacing:0px;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	color:#ffffff!important;
	font-weight: bold;
	background-color:#0cbff2;
	display: block;
}
.header_groen
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11pt;
	letter-spacing:0px;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	color:#ffffff!important;
	font-weight: bold;
	background-color: #a7ce38;
	display: block;
}
.subheader_roze
{
	line-height: 12px;
	color:#d40d8c;
	font-size:14px;
}
.subheader_blauw
{
	line-height: 12px;
	color:#0cbff2;
	font-size:14px;
}
.subheader_groen
{
	line-height: 12px;
	color: #a7ce38;
	font-size:14px;
}
.kopje_roze
{
	line-height: 20px;
	color: #d40d8c;
	font-weight: bold;
	font-size: 11px;
}
.kopje_blauw
{
	line-height: 20px;
	color:#0cbff2;
	font-weight: bold;
	font-size: 11px;
}
.kopje_groen
{
	line-height: 20px;
	color: #a7ce38;
	font-weight: bold;
	font-size: 11px;
}