/**
* Swoppen Systems GmbH
*
* @copyright since 2000 - All rights reserved.
*/

html, body {
  margin: 0;
  padding: 0;
  background:none;
}

* {
  color: black;
  font-size:12pt;
  font-family:"times new roman",times,serif;
}

a[href]:after, *[title]:after, img[alt]:after {
  background-color:inherit;
  font-style:italic;
  color:gray;
  size:10pt;
}

a { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { border-bottom:1px solid silver; font-weight: bold; } 
h3, h4, h5, h6 { font-size: 12pt; }
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
td { empty-cells: show !important; }

form { width:350px; }
form label, form input, form textarea { float:left;margin:3px 2px; }
form label { width:115px; }
form input, form textarea { width:215px; }
form input.button { clear:both;float:none; }
