/* CSS Document */

.frame
{
	background-color: #FFFFFF;
	font: 12px arial;
	border: 0px;
}

.contentframe
{
	background-color: #FFFFFF;
	font: 12px arial;
	border: 1px solid;
	border-color: #E6E6E6;
	background-color: #FCFCFC;
	border-collapse: collapse;
	line-height: 180%;
}

.kop
{
	font: 11px arial;
	font-weight: bold;
	color: #5A8ECB;
	
}

.kop_zwart
{
	font: 12px arial;
	font-weight: bold;	
}

.text
{
	font: 12px arial;
	text-align: justify;
}

.rood
{
	font: 12px arial;
	color:#FF0000;
}

.oranje
{
	font: 12px arial;
	color: #FF9900;
}

form
{
	margin-bottom: 0;
}

.form_pages
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border: 1px solid;
	border-color: #CCCCCC;
}

/* Standaard hyperlinks */

a 
{
	text-decoration:none;
	font-family: Arial; 
	font-size: 12px; 
	color: #0033FF;
}

a:hover 
{
	text-decoration:none;
	color: #FF0000;
}
