.model {
	color:				#333;
	font-family:		"Arial";
	font-size:			12px;
	line-height:		1.4em;
	height:				520px;
	overflow-y:			scroll;
	width:				770px;
}

/* ----------- TAGS -------------- */

a {
	border:				none;
	color:				#333;
	text-decoration:	underline;
}

a:hover {
	color:				#000000;
	text-decoration:	underline;
}


li {	
	display:			block;
	list-style-type:	none;
	
}

ul {
	display:			block;
	list-style-image:	none;
	margin-left:		-1px;
}

h1 {
	color:				#333;
	font-size:			1.3em;
	padding:			0 0 15px 0;
	font-style:			italic;
}

h2 {
	color:				#333;
	font-size:			1.2em;
	font-style:			italic;
}

h3 {
	color:				#333;
	font-size:			1.3em;
	font-style:			italic;
}

h4 {
	color:				#000;
	font-size:			0.9em;
	font-weight:		bold;
	margin-bottom:		2px;
}

h5 {
	color:				#999;
	font-size:			0.8em;
}

/* ----------- FORM -------------- */

.model table tr td input {
	border:				1px solid #AAA;
	color:				#999;
	padding:			2px 3px;
	text-align:			right;
	width:				120px;
}

table.rekentabel tr td, table.kooptabel tr td, table.kooptabel thead td, table.toelichting tr td {
	font-size:			1em;
}

table.rekentabel tr td.thea {
	color:				#4F9F2C;
	font-weight:		bold;
}

tr.bold td {
	background-color:	#DDD;
	color:				#000;
}

tr.border td, tr.border1 td.bor {
	border-top:			1px solid #999;
}

tr td.borderleft, thead td.borderleft {
	border-left:		2px solid #333;
	text-align:			right;
}









