


/* KLEUREN */


.groen { color: #005440; }

.licht_groen { color: #84af32; }

.geel { color: #d4d50e; }







/* ------------------------------------------------------------ CONTENT IN CONTAINERS ---------------------------------------------- */
.ContainerFrame 
{
	width: 640px !important;
	}

.Normal
{
    padding:0px; margin:0px;
    font-family:Helvetica; font-size:13px; line-height:150%; color:#000000;
}

.Normal span, .Normal td, .Normal tr, .Normal th
{
    font-family:Helvetica; font-size:13px; line-height:150%; color:#000000;
}

.Normal p
{
    font-family:Helvetica; font-size:13px; line-height:150%; color:#000000;
    margin-top:13px; margin-bottom:0px;
}



/* LINKS */

.Normal A, .Normal A:link, .Normal A:visited, .Normal A:active
{
    color:#84af32; text-decoration:none;
}

.Normal A:hover
{
    color:#d4d50e; text-decoration:none;
}


.CommandButton, CommandButton:link, .CommandButton:visited, .CommandButton:active,
A, A:link, A:visited, A:active
{
    color:#84af32; text-decoration:none;
}

A:hover, .CommandButton:hover
{
    color:#d4d50e; text-decoration:none;
}



/* TITLES */

.myH1, .Normal .myH1, .Normal myH1
{
    font-family:Verdana;
    font-size:22px;
    color:#005440;
}



.indent 
{
	margin-left: 10px;
	}