/* titles*/

.norepeat {
	background-repeat: no-repeat;
}


.title  {
	color : #ff0000;
	text-decoration : none;
	font-family : Verdana, Arial, helvetica, geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.subtitle  {
	color : #ff0000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.linksknoppenbalk {
	background-image : url(/images/links.gif);
	background-repeat: repeat-y;
	vertical-align : top;
}

.onderknoppenbalk {
	background-image : url(/images/onder.gif);
	background-repeat: repeat-y;
}

.knoppenbalktekst {
	color: #ffffff;
}

/* content*/
body  {
	scrollbar-arrow-color : #ff0000;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #ffffff;
	scrollbar-track-color : #dedede;
	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #000000;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3d-light-color : #ffffff;
	color : black;
	font-size : 11px;
	text-align : left;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	margin-top : 0;
	margin-left: 0;
}

.small {
	font-size : 10px;
}

td  {
	color : black;
	font-size : 11px;
	text-align : left;
	font-family : Verdana,Arial,Helvetica,sans-serif;
}

TEXTAREA, INPUT {
	color : black;
	font-size : 11px;
}

td.center {
	color : black;
	font-size : 11px;
	text-align : center;
	font-family : Verdana,Arial,Helvetica,sans-serif;
}

.inleiding  {
	color : #023C6A;
	text-decoration : none;
	font-family : Verdana, Arial, helvetica, geneva, sans-serif;
	font-size : 12px;
}

/* text styles*/
.bold  {
	color : black;
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* linkstyles*/
a:visited  {
	color : #6989C2;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : bold;
}

a:link  {
	color : #6989C2;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : bold;
}

a:hover  {
	color : #023C6A;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : bold;
}

a:active  {
	color : #6989C2;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : bold;
}

/* linkstyles*/
a.linkerlinks:visited  {
	color : #ffffff;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
}

a.linkerlinks:link  {
	color : #ffffff;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
}

a.linkerlinks:hover  {
	color : #8BD3E4;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
}

a.linkerlinks:active  {
	color : #ffffff;
	text-decoration : none;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
}

INPUT, SELECT, TEXTAREA { font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; }

