html {
 font-family:"Times new roman","Times", serif;
 font-size:12pt;
 width:210mm;
}
body { padding:5mm; }
h1, h2, h3, h4, h5, h6 {
 font-family:"Arial", sans-serif;
 font-weight:bold;
}
address { font-style:normal; }
li, dd { margin-bottom:3mm; }
a {
 color:#000;
 text-decoration:underline;
}
a[href]:after {
 content:' (' attr(href) ')';
}

#head {
 padding:0;
 height:23mm;
}
#head h1 { display:none; }
#head p { display:none; }
#head address {
 font-size:11pt;
}
#head img {
 float:right;
}


#content {
 clear:both;
 border-top:0.75pt solid #000;
}
#content .messagebox {
 float:right;
 width:60mm;
 border:0.5mm solid #000;
 margin:0 0 3mm 3mm;
 padding:3mm;
 font-size:11pt;
 overflow:hidden;
}
#content .messagebox h3 {
 margin-top:0;
 font-size:15pt;
}
#content .messagebox img { display:block }
#content .messagebox a:hover {
 border:0;
}

#navigation { display:none; }

.goleft, .goright {
 display:block;
 border:1px solid #000;
 margin-bottom:2mm;
 page-break-inside:avoid;
}
.goleft {
 float:left;
 margin-right:2mm;
}
.goright {
 float:right;
 margin-left:2mm;
}

.imagecontainerpreview {
 text-align:center;
 padding-top:1mm;
}
.imagecontainerpreview img { border:0; }
.imagecontainerpreview a.lupe, .imagecontainerpreview a.lupe img { display:none; }
.imagecontainerpreview a { text-decoration:none; }
.imagecontainerpreview a[href]:after {
 content:'';
}
.clear { clear:both; }