body, h3, h4, p, th, td
	{
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	}

body	{
	background: #f4f4f4;
	padding-left: 25%;
	padding-right: 5%;
    	}

.emergency {
        background-color: #ffffff;
        border: 2px solid #ff0000;
	font-size: 70%;
	margin: 1px;
	padding: 1px;
	text-align: center;
	}

.menu 	{ /* topleft quicklinks menu */
	position: absolute;
	top: 8px;
	left: 2%;
	right: 78%;
	/* font-size: 70%; */
	/* see also: h3, .item */
        background-color: #ffffff;
        border-top: 1px solid #b6b6b6;
        border-left: 1px solid #b6b6b6;
        border-bottom: 2px solid #444444;
        border-right: 2px solid #444444;
	}

h3	{
	padding: 5px;
	font-size: 18px;
	text-align: right;
	/* see also: .menu, .item */
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
        border-bottom: 2px solid #444444;
        border-right: 2px solid #444444;
        background: #ffffff;
	}

h3.top	{ /* page header specific*/
	font-weight: bold;
	margin-bottom: 10px;
	}

h3.foot	{
        font-weight: normal;
        font-size: 11px;
        margin-bottom: 10px;
	}

.item	{
	padding: 0px 0px 7px 0px;
	margin: 10px 0px 0px 0px;
	/* see also: .menu, h3 */
	background-color: #ffffff;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	border-bottom: 2px solid #444444;
	border-right: 2px solid #444444;
    	}

h4	{
	margin: 0px;
	padding: 2px;
	padding-left: 6px;
	font-size: 14px;
	font-weight: bold;
	background: #ddeeff;
	border-bottom: 1px dashed #9d9d9d;
	}

p	{
	margin: 8px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	}

ul, ol	{
        list-style-type: circle;
        list-style-position: outside;
	font-size: 12px;  /* should be same as p */
	padding-left: 0px;
	margin-left: 24px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	}

ol.num	{
        list-style-type: decimal;
        margin-left: 26px;
	}

ol.alp	{
        list-style-type: lower-alpha
        }	

.quote	{
	color: #333333;
	background-color: #e8e8e8;
	margin: 5 25px 0 25px;
	border: 1px solid #aaaaaa;
 	padding: 0px 10px 3px 6px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	}

table	{
	padding: 2px;
	margin: 4px;
	font-size: 12px;
	}

th	{
	text-align: left;
	font-style: italic;
	font-weight: normal;
	background: #eeeeee;
	}

td	{
	border-bottom-color : #eeeeee;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	vertical-align : top;
	}

.over	{ /* mouse over */
	background: #eeeeee; /* should be same as th */
	}

.out	{ /* mouse out */
	background: #ffffff;  /* should be same as td */
	}

.border1 { /* for table with border */
	border: 1px solid #aaaaaa;
	}

.noline	{
	border-width: 0px;
	}

a:hover	{
	color: #ffffff;
	background: #660000;
	text-decoration: none;
	}

.note   {
        font-size: 90%;
        font-weight: normal;
        }

.note2	{
        font-size: 70%;
        font-weight: normal;
        }

.svborder0                /* grijs: staus onekend */
    {
        background: #e3e3e3;
        padding-bottom: 8px;
    }


.svborder1                /* geel: status leven gebeterd */
    {
        background: #ffff99;
        padding-bottom: 8px;
    }


.svborder2               /* oranje: status schuldig */
    {
    background: #FFCC66;  /* ffcc00 */
        padding-bottom: 8px;
    }

.svborder3               /* rood: status onverbeterlijk */
    {
    background: #ff8888;
        padding-bottom: 8px;
    }

.svborder4               /* groen: status onschuldig */
    {
    background: #99eeaa;
        padding-bottom: 8px;
    }

.svborder5               /* blauw: status in onderzoek */
    {
    background: #88aadd;
        padding-bottom: 8px;
    }




.svborder0bg
	{
 	background: #e3e3e3;
	}

.svborder1bg
	{
	background:  #ffff99;
	}

.svborder2bg
	{
	background: #ffcc66;
	}

.svborder3bg
	{
	background: #ff8888;
	}

.svborder4bg
	{
	background: #99eeaa;
	}

.svborder5bg
	{
	background: #88aadd;
	}

.svborder6bg
	{
        background: #000000;
        color: #999999
        }

.svborder6bg a
        {
        background: #000000;
        color: #ffffff;
        }

.svborder6bg a:visited
        {
        background: #000000;
        color: #ffffff;
        }


.archived
    {
    background:             #ff0000;
    color:                  #ffffff;
    padding:                3px;
    font-size:              80%;
    }
