/* -------- FONT properties ----------- */
BODY {
	color : #000033;
	background-color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13pt;
	margin : 0.5em 0 0 5px;
 	background-image : url("Graphics/HOES-background.jpg");  
/*	background-image : url("Graphics/hoesbackground.bmp"); */
}

HR {
	display : block;
	margin-left : 0px;
	margin-right : 0px;
}

P {
	margin-left : 0.5em;
	margin-right : 0.5em;
}

P.intro {
	/* somewhat larger text size on intro page */
	font-size : 130%;
	font-weight : bolder;
}
IMG {
	margin-left: 0;
	margin-right: 0;
}
.center {
	text-align : center;
	margin-left: 0;
	margin-right: 0;
}
/* ----------------------- tables ------------------------- */
TR {
		color : Black;
}

TR.kop {
	color : Navy;
}

TABLE {
	margin-left : 10px;
}

TABLE.kop {
	margin-left : 10px;
	color : Navy;
	font-weight : bold;
	width : 100%;
}
TD {
	vertical-align : top;
}

TABLE.terms {
	margin-left : 30px;
	width : 90%;
	color : Navy;
}

DL {
	margin-left : 0.5em;
	margin-right : 0.5em;
}
DT {
	margin-left : 0;
	margin-right : 0;
}
DD {
	margin-left : 2em;
	margin-right : 0;
}
DD P, DD TABLE {
	margin-left : 0;
	margin-right : 0;
}

OL.decimal {
        list-style-type : decimal;
        list-style-image : none;
}

OL.loweralfa {
        list-style-type : lower-alpha;
        list-style-image : none;
}

OL.upperalfa {
        list-style-type : upper-alpha;
        list-style-image : none;
}

OL.kleinromeins {
        list-style-type : lower-roman;
        list-style-image : none;
}

OL.grootromeins {
        list-style-type : upper-roman;
        list-style-image : none;
}

UL.niv1 {
	list-style-image : url("Graphics/bal_blauw.gif");
}

UL.niv2 {
	list-style-image : url("Graphics/bal_oranje.gif");
}

UL.niv3 {
	list-style-image : url("Graphics/bal_geel.gif");
}

UL.niv4 {
	list-style-image : url("Graphics/bal_paars.gif");
}

/* ----------- properties for other page elements ------------- */
H1, H2,H3, H4,H5,H6 {
	margin-left : 0.5em;
	margin-right : 0.5em;
	color : Navy;
	top : 200%;
}

/* ------ links -------- */ 

A:LINK {
	color : #0000CD;
}
A:VISITED {
	color : #0000CD;
}
A:ACTIVE {
	color : #993399;
}

PRE {
	margin-left : 20px;
	color : Blue;
}
PRE.scherm {
	color : Blue;
	margin-left : 5px;
}
A:LINK:hover {
	color : #003366;
	background-color : #CCFFFF;
}

.outalg {
	font-family : "Marlett";
	font-size : 110%;
	color : #336699;
	text-decoration : none;
}
