 /*Standaard opmaak voor paragrafen*/
p {
	font-size: 12px;
}

.tekst p {
	font-size: 12px;
	color:#999999;
}

.style1 {
	font-size: 36px;
	color: #0033CC;
	font-style: italic;
	font-weight: bold;
}

/* De onderstaande 3 styles voor links zijn bedoeld voor de normale tekst secties */
.tekst a:link {
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.tekst a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
body {
	background-color:#FFFFFF;
	color:#666666;
	margin-left:100px;
	margin-right:100px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(bg_top.png);
	font-size: 12px;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.66em;
}

.tekst a:hover {
	color: #000000;
	text-decoration: underline;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

 /*De volgende 3 styles zijn speciaal voor de links in de navigatiebalk*/

.navbar a:link {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

.navbar a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

.navbar a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #2f3f4a;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

.maintable {
	margin-top: 50px;
}
