/*----------- STYLE SHEET VOOR WWW.OICRF.ORG / inhoud -------------*/
body {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration	    : none;
	color				: #333366;
	background-color    : #FFFFF3;
	}

a:link {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: underline; 
	color				: #0000CE;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	}

a:visited {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	    : underline; 
	color				: #0000CE;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	} 

a:active {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: underline; 
	color				: #0000CE;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	}

a:hover {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: underline; 
	color				: #0000CE;
	border-style	 	: none;
	border-width	 	: 0px;
	line-height         : none;
	} 

a.page:link {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: none; 
	color				: #0000CE;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	}

a.page:visited {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	    : none; 
	color				: #0000CE;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	} 

a.page:active {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: none; 
	color				: #0000CE;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	}

a.page:hover {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: none; 
	color				: #0000CE;
	border-style	 	: none;
	border-width	 	: 0px;
	line-height         : none;
	} 

a.image:link {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: none; 
	color				: #000000;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	}

a.image:visited {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	    : none; 
	color				: #000000;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	} 

a.image:active {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: none; 
	color				: #000000;
	border-style 		: none;
	border-width 		: 0px;
	line-height         : none;
	}

a.image:hover {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-decoration 	: none; 
	color				: #000000;
	border-style	 	: none;
	border-width	 	: 0px;
	line-height         : none;
	} 

td {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration	    : none;
	color				: #333366;
	}
	
.note {
	font-family     	: Verdana,Arial,Helvetica,sans-serif;
	font-size       	: 10px;
    color           	: #999999;
}

/* ----------------------------------------------------
	tabel.lijn + onderliggende cellen
 ----------------------------------------------------*/
table.lijn {
	border: 1px solid #333366;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	padding: 3px;
}


/* Een cel in tabel binnen een tabel.lijn heeft standaard geen borders... */
table.lijn table td{
	border       : none;
	border-style: none;
	padding: 3px;
}

/* ...tenzij weer is aangegeven dat de tabel lijnen moet hebben*/
table.lijn td, table.lijn table.lijn td{
	border    : 1px solid #333366;
}

table.lijn th {
	border    : 1px solid #333366;
}

table.lijn td.lijn {
	border: 1px solid #333366;
}

.lijst {
	font-family     :Verdana,Arial,Helvetica,sans-serif;
	font-size       :12px;
	color           :#333366;
	font-weight     :bold;
	text-align      :right;
	vertical-align  :top;
}
