/* Global Styles */
/* oude achtergrond: B5C5FB */


body {
	margin:0px;
	background-image: url("../images/achtergrond.jpg");
	background-repeat:repeat;
	background-color: #FFFCFF;
	}
	
td {
	font:11px tahoma;
	color:#6E6E6E;
	background-color: #FFFCFF;
}

.spacer {
	background-color: #FFFCFF;	
}
	
a {
	color: #F02172;
	text-decoration:none;
	}
	
a:hover {
	color: #F02172;
	text-decoration:underline;
	/*background: #B5C5FB;*/
	}
	
h1	{
	font:18px tahoma;
	color: #F02172;
	font-weight: bold;
	line-height: 20px;
	letter-spacing:.1em;
}

h2	{
	font:18px tahoma;
	color: #F02172;
	font-weight: bold;
	line-height: 20px;
	letter-spacing:.1em;
}

h3	{
	font:11px tahoma;
	color: #F02172;
	font-weight: bold;
	letter-spacing:.1em;
}
	
/* ID Styles */
	

#navigation a {
	font:10px tahoma;
	color: #FF0000;
	text-decoration:none;
	letter-spacing:.1em;
	line-height:36px;
	font-weight: bold;
}

#navigation a:hover {
	color: #660000;
	background: #FF0000;
	display: block;
	}

#pcrodent a {
	color: #000000;
}

#pcrodent a:hover {
	color: #000000;
	text-decoration:none;
	background: #D8D9E3;	
}

#nav a {
	color: #ffffff;
	}

/* Class styles */

.pcrodent {
	background: #D8D8D8;
	color: #666666;
	text-align: right;
	/*letter-spacing:.1em;*/
	font: 10px tahoma;
}
	

.nav {
	font:10px tahoma;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
	letter-spacing:.1em;
	}


