/**
* CSS
* 
* @version 1.0
* @author Baster 
* @author Bas Koopmans
*/
body {
	margin-left: 140px;
	margin-top: 140px;
	margin-right: 50px;
	margin-bottom: 50px;
}

body,td,th {
	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	color: #232020;
}

.text {	
	text-transform: none;

}

a {
	color: #232020;
}

a:visited,  {
	color: #232020;
}

a:hover {
	color: #232020;
	text-decoration: underline;
}

a:active {
	color: #232020;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.huidige {color: #CCCCCC}

.kopjes {font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif; font-size: 9px; line-height: 14px; text-transform: uppercase; color: #000000; }
.menu1 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #CCC;
	font-weight: bold;
}
.menu2 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;	
	text-decoration: underline;
	color: #CCC;
	font-weight: bold;
}
.bigtitle {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #232020;
	font-weight: bold;
}
