html
		{
		<!-- overflow: hidden;-->
		}
body	{
		font-family: "Palatino Linotype", Palatino, Tahoma, Arial;
		font-size: 10pt;
		background-color: white;
		}

#scroll {
		height: 552px;
		overflow:auto;
		scroll: auto;
		}

#update {
		position: relative;
		top: 260px;
		left: 0px;
		}

input	{font-family: "Palatino Linotype", Palatino, Tahoma, Arial; font-size: 10pt;}
textarea{font-family: "Palatino Linotype", Palatino, Tahoma, Arial; font-size: 10pt;}

table.frame{
		border: 0px solid black;
		background-color: white ;
		width: 900px;
		height: 700px;
		padding: 0;
		border-spacing: 0; 
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top: 50%;
		margin-top: -350px;
		left: 50%;
		margin-left: -450px;

		}
table.contact{
		border: none;
		background-color: #FFFFCC;
		margin-left: 10pt;
		margin-right: 10pt;
		}
tr		{border: 0px solid black;}
td		{border: 0px solid black;}

tr.boven{height: 128px;}
tr.midden{height: 552px;}
tr.onder{height: 20px;}

tr.contact{
		border: none;
		}
td.contact{
		vertical-align: top;
		border: none;
		}

td.hoofd{width: 628px; text-align: center; background-color: black;}
td.navigatie{width: 136px; vertical-align: top; text-align: left; background-color: black;}
td.lichaam{width: 628px; vertical-align: top; text-align: left; height: 552px; overflow: auto; background-color: #FFFFCC}
td.voet{width: 900px; text-align: center;}

p.kop	{
		font-size: 30pt;
		font-weight: bold;
		color: #ff6600;
		}
h1		{
		font-size: 14pt;
		font-variant: small-caps;
		font-weight: bold;
		margin-left: 10pt;
		margin-right: 10pt;
		color: #ff9900;
		}
h2		{
		font-size: 12pt;
		font-variant: small-caps;
		font-style: italic;
		margin-left: 10pt;
		margin-right: 10pt;
		color: #ff9900;
		}

p		{
		margin-left: 10pt;
		margin-right: 10pt;
		}

p.citaat{
		font-size: 14pt;
		font-style: italic;
		text-align: center;
		clear: both;
		}

p.melding
		{
		font-size: 9pt;
		font-style: italic;
		color: red;
		}
p.procent
		{
		font-size: 14pt;
		font-weight: bolder;
		color: #ff6600;
		}

a		{
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
		color: #ff9900;
		}

a:hover	{
		color: #ff6600;
		font-style: normal;
		font-weight: normal;
		}

a.nav1	{
		font-style: normal;
		font-weight: normal;
		font-size: 12pt;
		text-decoration: none;
		color: white;
		line-height: 200%;
		}
a.nav1:hover	{
		color: #FFFFCC;;
		font-style: italic;
		}
a.sel1	{
		text-decoration: none;
		font-style: normal;
		font-weight: bold;
		color: #ff9900;
		font-size: 12pt;
		line-height: 200%;
		}
a.logo:hover	{
		color: black;
		}

strong {
		font-weight: bolder;
		color: #ff6600;
		}

ul.navigatie{
		margin: 0px;
		padding: 0px;
		}
li.niv1	{
		list-style: none;
		}
li		{
		margin-left: 20px;
		}
img.klein{
		float: right;
		margin: 0px 0px 10px 10px;
		}
