/*
#D6EEBA lichtgroen
#59B224 donkergroen
*/
body
{
	font-weight: normal;
	color: #303F44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.Kop
{
	color: #00558E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
		}

.Subkop
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #758FA6;
	font-size: 12px;
	}


.StandaardTekst, tbody
{
	font-weight: normal;
	color: #4F6770;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}

.KleineTekst
{
	font-weight: normal;
	color: #6E8995;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.Code
{
	border: 1px solid Black;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:-1px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Courier New' , Monospace;*/
	background-color: #59B224;
}

