/* body */

body {
	margin: 0px; 
	color: #000000;
	background-color:#ffffff;
	font: 8pt Verdana, Helvetica, sans-serif;
	text-align:left;
	}

table, tr, p { 
	font: 8pt Verdana, Helvetica, sans-serif;
	text-align:left;
	}

td { color:#000000; }

/* links */

a:link, a:visited, a:active {
	color: #B8002F;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


a.large:link, a.large:visited, a.large:active {
	font: bold 10pt "Trebuchet MS", Times, Serif;	
	text-decoration: none;
	}

a.large:hover {
        font: bold 10pt "Trebuchet MS", Times, Serif;	
	text-decoration: underline;
	}

a.light:link, a.light:visited, a.light:active {
	color: #ffffff;
	text-decoration: none;
	}

a.light:hover {
        color: #ffffff;
	text-decoration: underline;
	}
	
a.sec:link, a.sec:visited, a.sec:active, a.sec:hover {
	color: #777777;
	text-decoration: none;
	}

a.copy:link, a.copy:visited, a.copy:active, a.copy:hover {
	font: 8pt Verdana, Helvetica, sans-serif;	
	color: #777777;
	text-decoration: none;
	}

a.aweb:link, a.aweb:visited, a.aweb:active, a.aweb:hover {
	font-weight:bold;
color: #777777;
	}

/* forms */

input, textarea, select {
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #B8002F; }
	

/* headers */

h1 {
	padding: 2px;
	color: #ffffff;
	font: 10pt "Trebuchet MS", Times, Serif;
       	font-weight:bold;
       	background:#ffffff url(../_img/header_back.jpg);
	}

h2 {
	padding: 2px;
	color: #B8002F;
	font: 10pt "Trebuchet MS", Times, Serif;
       	font-weight:bold;
       	border-bottom: 1px solid #7A001F;
	}


/* lists */

ul {
list-style-image: url(../_img/lijst.gif);
list-style-type: square;
}

li {
line-height: 135%;
list-style-image: url(../_img/lijst.gif);
list-style-type: square;
}
