a.copyright
{
  font-size: 12pt;
  text-decoration:none;
  vertical-align: top;
}

a.tabs
{
  font-size: 9pt;
  font-weight: bold;
  color: #E7B8A0;
}

a.tabs:link
{
  text-decoration: none;
}

a.tabs:visited
{
  text-decoration: none;
}

a.tabs:hover
{
  color: #EEEEEE;
}

a.tabs:active
{
  color: #FFFFFF;
}

body 
{ 
  background-color: #FFF1F0;
  font-size: 12pt;
  font-family: arial,sans-serif;
  color: #5A2D00;
}

body.marge
{
  margin-left: 15;
  margin-right: 15;
}

h1
{
  font-size: 20pt;
}

h2
{
  font-size: 16pt;
}

p
{
  margin-right: 15pt;
  margin-top: 0pt;
  color: #5A2D00;
}

p.titel
{
  font-size: 16pt;
  font-weight: bold;
}

p.rood
{
  font-size: 14pt;
  margin-right: 15pt;
  margin-top: 0pt;
  color: #FF0000;
}

.footer
{
  font-size: 8pt;
  position: absolute;
  bottom: 30px;
}

.popup
{
  font-size: 10pt;
  position: absolute;
  background-color: #FFFFFF; 
  border: outset 1px gray;  
}

.repro {
	position: absolute;
	right: 40px;
	top: 80px;
	z-index: 1;
	background-color: #E0A880;
	color: #5A2D00;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

