body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	color : #0d507a;
}
	@media print {
		.noprint { display: none; }
 	}

a:link, a:visited {
	color: #d49400; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663366;	
	text-decoration: underline;
	font-weight: bold;
}

textarea   {
	background-color: #fff;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border : thin groove;
}	   

input  {
	font-size: 11px;
	color: #00008B;
	font-weight : bold;
	background-color: #F5F5F5;
	padding-left: 7px;
	padding-bottom: 3px;
	border : thin groove;
}

select {
        font-size: 11px;
	color: #00008B;
	font-weight : bold;
	background-color: #F5F5F5;
}

span { position : relative;
width : 100%;
height : 100%;
}

h1 {
	font-size: 24px; 
	color : #336DB9;
	font-style : italic;
}

h2 {
	font-size: 18px;
	color : #663366;
	margin : 0em;
}

h3 {
	font-size: 11px;
	margin : 0em 0em;
}

h4 {
	font-size : 11px; 
	color : #0d507a;
	font-style : bold;
	margin : 0em;
}

h5 {
	font-size: 18px;
	color : #0d507a;
	margin : 0em;
}

p {
	font-size : 12px;
}

td {
	font-size: 12px;
}

hr {
	border : thin groove;
	height: 1px;
	margin : 0em;
}

ul {
	font-size : 11px;
	list-style : url(images/pijltje.gif);
	margin : 0em 2em;
}

li {
	margin : 0em;
}

address{
	color : green
}

.textinput {
	font-size: 11px;
	border: groove 1px;
}

.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: groove 1px;
}

.button {
	font-size: 11px;
	border: raised 1px;
}

.pijl  {
	font-size : 14px;
    font-weight : bold;
	margin-top: 5px;
	font-family : "Courier New", Courier, monospace;
}

.pijl img {
	border-width:0;
	margin: -4px 4px -4px 4px;
}

.pijl a {
	font-weight : bold;
	text-decoration: none;
	letter-spacing : 1px;
	cursor : hand;
}

.pijl a:hover {
	color: #878DA5;
	text-decoration: underline;
}

.navmenu {
	padding: 2px;
	font-size: 14px;
	color: #d49400; 
	border:solid 2px #d49400;
	background-color: #eee;
}