BODY, HTML
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 18px;
	color: #000000;
	text-align: left;
/*eventuele andere kleur in editorwindow: background-color: #cccccc;*/
}
BR
{
	clear: both;
}
PRE
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*Fix for MS Office style paragraphs (MsoNormal)
*/
P
{
	margin: 10px 0;
	padding: 0;
}
/*Standard HTML4 CSS*/
H1
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
  margin-bottom: -4px;   
}
H2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
  margin-bottom:0px;
}
H3
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.83em 0 0.7em;
}
#INVALID-RULE
{
	margin: 1.12em 0;
}
/*Fix for MS Office unindeted lists*/
.unIndentedList
{
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}
.unIndentedList LI
{
	padding: 0;
}
/*Fix for MS Office UL lists*/
ul
{
	list-style-type: disc;
}

.form_combobox, .form_label, .form_textbox
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
INPUT.form_button, SELECT.form_select
{
	display: block;
	width: 155px;
	float: left;
	margin: 0 2px 5px;
}
.form_combobox_large, .form_label_large, .form_textbox_large
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
/*############### CUSTOM ##################
table blocks*/
TABLE.blocks
{
	font: normal 12px arial;
	width: 97%;
}
TABLE.blocks TD
{
	padding: 2px;
	vertical-align: top;
}
TABLE.blocks TD.Placeholder
{
	width: 2%;
}
TABLE.blocks TD.Splitter
{
	width: 4%;
}
TABLE.blocks TD.Headercell
{
	width: 46%;
	border-left: 1px solid #919191;
	border-top: 1px solid #919191;
	border-right: 1px solid #919191;
	text-align: right;
	font-weight: bold;
}
TABLE.blocks TD.Header1
{
	background-color: #ECC0CD;
}
TABLE.blocks TD.Header2
{
	background-color: #BBCBEC;
}
TABLE.blocks TD.Header3
{
	background-color: #C9C0EB;
}
TABLE.blocks TD.Header4
{
	background-color: #EAC0D8;
}
TABLE.blocks TD.Header5
{
	background-color: #ECC0CD;
}
TABLE.blocks TD.Header6
{
	background-color: #BBCBEC;
}
TABLE.blocks TD.Bodycell
{
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 46%;
}
TABLE.blocks TD.Footercell
{
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 46%;
	text-align: right;
}
A:link
{
	color: #976E55;
	text-decoration: none;
}
A:visited
{
	color: #976E55;
	text-decoration: none;
}
A:active
{
	color: #976E55;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
	color: #976E55;
}

