body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: Navy;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	
	scrollbar-arrow-color: #FF9900; 
	scrollbar-face-color: #E4E4E4; 
	scrollbar-shadow-color:#E4E4E4; 
	scrollbar-highlight-color: #E4E4E4; 
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: Black; 
	scrollbar-track-color: White;
	background-image: url(plaatjes/logovaag.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

td {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: Navy;
}

td.label { 
	font-weight: bold;
	text-align: right;
}

/* Cool JS Menu styles */
.MenuTopOn {
	color: blue;
	text-decoration : none;
	background-color: #E4E4E4;
	padding: 2px 4px;
}
.MenuTopOver {
	color: blue;
	text-decoration : underline;
	background-color: #D3D3D3;
	padding: 2px 4px;
}
.MenuLevel1On {
	color: blue;
	text-decoration : none;
	padding: 2px 4px;
	background-color: #E4E4E4;
	font-style: italic;
}
.MenuLevel1Over {
	color: #FF9900;
	text-decoration : none;
	background-color: #D3D3D3;
	padding: 2px 4px;
	font-style: italic;
}

/* Snelmenu */
.snelmenuHeader { 
	color: Blue;
	font-weight: bold;
 }
.snelmenuItem a{ 
	color: Blue;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.snelmenuItem a:hover { 
	text-decoration: underline;
}
.snelmenuItem a:active{ 
	text-decoration: underline;
}

/*Nieuws en links */
a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

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

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

a.im, a.im:link, a.im:active, a.im:hover, a.im:visited {
	color: Black;
	font-weight: bolder;
}

.itemDatum {
	color: Gray;
	display: inline;
}

.rouw {
	color: Black;
	border: thin solid Gray;
	margin: 0px 0px 0px 0px;
}

.NBTekst { 
	font-style: italic; 
	margin-top: 5px;
	margin-left: 24px;
}
.bottomTekst {
	vertical-align: baseline; 
}
li {
	list-style: circle;
	margin-bottom: 10px;
}

H1 { 
	font-size: 14pt;
	margin-left: 24px;
	color: Blue;
	margin-top: 0px;
}
H2 { 
	font-size: 12pt;
	margin-left: 24px;
	color: Blue;
	margin-top: 10px;
}
H3 {
	font-size: 7pt;
	margin-left: 24px;
	color: Gray;
	margin-top: 5px;
	margin-bottom: 0px;
}
H4 { 
	font-size: 10pt;
	margin-left: 24px;
	color: Blue;
	margin-top: 4px;
	margin-bottom: 0px;
}
P {
	margin-left:24;
	margin-top:2;
}

P.First:first-letter{
	font-weight: bold;
	font-size: 14px;
}

input {
	color: Navy;
}

hr {
	color: #FF9900;
	background-color: White;
	height: 1px;
}	

