/* CSS Document */

body { background-color: #FFFFFF; }

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

body,td,th {

	font-family: Arial;

	font-size: 11px;

}

.polltitel {
	font-family: Arial;
	font-size: 11px;
	color:#000000
}

.polltitel2 {
	font-family: Arial;
	font-size: 11px;
	color:#CC0000
}

.hoofdnieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}

.hoofdnieuws2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}
.hoofdnieuws3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.titel_nieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.border_tabel {
 border-style:solid; 
 border-color:#EAEAEA; 
 border-width:1
}
.head_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}
.bg_content {
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
}
.bg_content2 {
	background-image: url(images/bg_content2.gif);
	background-repeat: no-repeat;
}

