/* two typespecs, five sizes, three colors */

.RdKop, .BlKop, .RdKop2, .BlKop2, .RdKop3, .BlKop3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold; }

.RdBody, .BlBody, .voet, body, table, tr, td, div, p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	list-style-type: circle; }

.RdKop,  .BlKop	      	 		{ font-size: 17px; line-height: 16px; }
.RdKop2, .BlKop2	 	        { font-size: 13px; line-height: 16px; }
.RdKop3, .BlKop3	 			{ font-size: 11px; line-height: 16px; }
.RdBody, .BlBody, body, tr, td  { font-size: 11px; line-height: 16px; }
.voet        		 		    {  font-size: 9px; line-height: 16px; }

.RdKop, .RdKop2, .RdKop3, .RdBody  { color: #990000; }
.BlKop, .BlKop2, .BlKop3, .BlBody  { color: #003366; }
.voet, body, table, tr, td, div, p { color: #000033; }

/* background definitions in body means forcing all text in tables */

body {
	background-image: url(nav/back2.gif);
	background-color: #FFCC99;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px; }

/* two typespecs, two sizes, two colors, on background color */

.W-Kop, .W-Body, .R-Kop, .R-Body {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: circle;
	background-color: #000033;
	line-height: 16px;
	font-weight: bold; }
	
.W-Kop, .W-Body	{ color: #ffcc99; }
.R-Kop, .R-Body	{ color: #cc3300; }
.W-Kop, .R-Kop	{ font-size: 13px; }
.W-Body, .R-Body { font-size: 11px; }

/* Link definitions */

a			{ color: #006699; font-weight: bold; text-decoration: none; }
a:visited	{ color: #006699; font-weight: bold; text-decoration: none; }
a:active	{ color: #3399cc; font-weight: bold; text-decoration: underline; }
a:hover		{ color: #3399cc; font-weight: bold; text-decoration: underline; }

/* created by Jeroen Tirion, mailto:info@jeroentirion.nl */
