body			{
				font-family: arial, tahoma, verdana, courier new, times, sans-serif;
				color: #564C44;
				font-size: 10pt;
				font-weight: normal;
				}

/* 
====================================
opmaak van de img tag
====================================
*/

img			{
				margin:0px;
				padding:0px;
				border:0px;
				}

/* 
====================================
opmaak van de link
====================================
*/

a				{
				color: #564C44;;
				}

a:visited	{
				font-weight: normal;
				font-size: 10pt;
				color:#564C44;
				}

a:link		{
				font-weight: normal;
				font-size: 10pt;
				color:#564C44;
				}

/*
====================================
opmaak van de headers
====================================
*/

h1			{
				color: #564C44;
				font-size: 100%;
				font-weight: bold;
				}

h2			{
				color: #564C44;
				font-size: 110%;
				font-weight: normal;
				}

h3			{
				color: #564C44;
				font-size: 105%;
				font-weight: bold;
				}

h4			{
				color: #564C44;
				font-size: 105%;
				font-weight: bold;
				}

h5			{
				color: #564C44;
				font-size: 100%;
				font-weight: bold;
				}

h6			{
				color: #564C44;
				font-size: 100%;
				font-weight: normal;
				}

/* 
====================================
opmaak van de paragraaf en eventuele elementen 
====================================
*/

p				{
				font-size: 10pt;
				color: #564C44;
				font-weight: normal;
				font-family: verdana, courier new, tahoma, sans-serif;
				}

span			{
				font-weight: bold;
				}


.content li	{
				margin: 0px 0px 0px -20px;
				}
/*tt

i

b

big

small

cite

code

samp

dfn

em

kbd

strong

var

abbr

acronym

del

q

ins

sub

sup*/

/*
====================================
opmaak van lijsten 
====================================
*/

/*ul

ol

li*/

/* lijst met betrekking op termen */

/*dl

dt

dd*/



/* 
====================================
Opmaak van een tabel
====================================
*/

/*table

caption

thead

th

tbody

tr

td

col

colgroup

tfoot*/


/* 
====================================
Opmaak met betrekking op formulieren
====================================
*/

/*fieldset

legend

input

label

select

optgroup

option

textarea*/



/* Opmaak van een vermeld adres */

p				{

				}

address	{
				text-decoration: none;
				font-style: normal;
				text-align: center;
				font-size: 9pt;
				}

td				{
				font-size: 12px;
				font-weight: normal;
				
				border: 0px solid black;
				}

#button{
					background-color: #cccccc;
					width:158px;
					text-align: center;
					border: 1px solid #B5DC10;
			}