body
{
 	background-color:#FFFFFF;

	scrollbar-face-color:#F3EEEE;
	scrollbar-shadow-color:#FAFAFA;
	scrollbar-highlight-color:#FAFAFA;
	scrollbar-3dlight-color:#991414;
	scrollbar-darkshadow-color:#991414;
	scrollbar-track-color:#FAFAFA;
	scrollbar-arrow-color:#991414;

	height:100%;
	padding: 0px;
	margin: 0px;

	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
}

.noborders
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td
{ 
	padding: 0px;
	margin: 0px;
}

.balk
{
	width: 169px;
	background-image: url(img/spacer_dark_purple.gif);
}

.bg_right
{
	background-image: url(img/bg_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.vollehoogte
{
	height: 100%;
}

.uitgevuld
{
	width: 100%;
}

.topalign
{
	vertical-align: top;
}

.bottomalign
{
	vertical-align: bottom;
}

.topbg
{
	background-image: url(img/top_spacer.gif);
}

.topbgright
{
	background-image: url(img/logo_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

.content
{
	width: 90%;

	padding: 10px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.bottom
{
	background-image: url(img/bottom_spacer.gif);
}

.author
{
	font-size: 8pt;
	font-face: italic;
}

.lijntjerechts
{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #991414;
}

b
{
	color: #991414;
}

a:link, a:visited, a:active
{
	color: #000000;
}

a:hover 
{
	color: #991414;
	background: #FFFFFF;
}



hr
{
	height: 1px;
	color: #991414;
}
h1
{
	color: #991414;
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	color: #991414; 
	font-size: 12pt; 
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}

li
{ 
	color: #991414; 
	margin-top: 2px;
}
ul
{ 
	color: #991414; 
	margin-top: 2px;
}


SELECT, TEXTAREA, INPUT
{
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1px solid #991414;
}

INPUT[type=radio]
{
	font-size: 8pt;
	background-color: transparent;
	border: 0px none;
}

