/**
 * Stylesheet met Cebuco kleuren
 *
 * (c) 2005 Nielsen Media Research
 *
 */

body
{
	background-color: White;
}

.dik
{
	font-weight: Bold;
}

.copyright
{
	font-family: Arial;
	font-size: 8pt;
	color: gray;
}

.normaal_tekst
{
	font-family: Arial;
	font-size: 9pt;
	color: Black;
	background-color: #EEEEEE;
}

A.cebuco_link:active
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #D81212;
}

A.cebuco_link:link
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #D81212;
}

A.cebuco_link:visited
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #D81212;
}

A.cebuco_link:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

A.tekst_cebuco_link:active
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: Red;
}

A.tekst_cebuco_link:link
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: Red;
}

A.tekst_cebuco_link:visited
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: Red;
}

A.tekst_cebuco_link:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: Red;
}

.voetnoot
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	background-color: #EEEEEE;
	font-weight: bold;
}

.begrip_titel
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #D81212;
}
.tekst_sub_titel
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: Black;
	background-color: #EEEEEE;
}

.tekst_titel
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: Black;
	background-color: #EEEEEE;
}


.sub_titel
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #D81212;
}

.tabel_titel
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #D81212;
}

.tabel_default_header
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #B00000;
	color: White;
}

.tabel_default_item_light
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFFFF;	
	color: Black;
}

.tabel_default_item_dark
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFFCC;
	color: Black;
}

.tabel_default_footer
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #B00000;
	color: White;
}

.tabel_totalen_footer
{
	border-bottom: solid 1px black;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #B00000;
}

