/* Reset & Init */
*{ margin: 0; padding: 0; }
body{ background: white; }
img{ border: 0; }
a{ color: black; text-decoration: none; }
*{ float: none; clear: both; }

/* Layout & Margins - all fluid to make a print friendly */

#wrapper{ width: auto; min-width: 800px; margin: 1%; padding: 0; border: 0; background: transparent; color: black; }

/* Typography */
body{ font-family: Calibri, Geneva, Arial, sans-serif; }
body, p{ font-size: 9pt; line-height: 11pt; }
p{ margin: 0 0 6pt; }
#logotype{ font-size: 26pt; letter-spacing: -1pt; }
#slogan{ font-size: 16pt; font-style: italic; line-height: 24pt; }
.heading{ font-size: 18pt; font-weight: 600; line-height: 22pt; margin-top: 15pt; background: black; color: white; }
.title{ font-size: 14pt; font-weight: 400; line-height: 22pt; margin-top: 5pt; }
.postinfo{ font-style: italic; }
.record{ border-bottom: 1pt black dotted; }
ul{  margin: 6pt 0 .8em; padding: 0 0 0 30pt; }
ul li{ padding: 3pt 0; line-height: 14.5pt; }
img{ margin: 10pt 10pt -5pt 0; }

/* Footer */
#footer{ margin-top: 2em; border-top: 2px solid black;  }

/* Hiden Elements */
.header, .navigation, #searchBar { display: none; }
