/* Reset & Init */
*{ margin: 0; padding: 0; }
body{ background: white; }
img{ border: 0; }
a{ color: black; }

/* 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; }

/* Header */

#header { width: 100%; background: #dddddd; height: 50px; min-height: 50px; margin-bottom: 1%; border-bottom: 3px solid black; }
#header * { float: left; margin: 0; display: inline; }

/* Footer */
#footer{ clear: both; margin-top: 2em; border-top: 2px solid black;  }
#footer p {  line-height: 20pt;  font-size: 8pt; }

/* Hiden Elements */
a.book, #header .navigation, #footer{ display: none; }

/* Typography */
body{ font-family: Helvetica, Arial, sans-serif; }
body, p{ font-size: 9pt; line-height: 11pt; }
p { margin: 0 0 6pt; }
.title { font-size: 18pt; font-weight:400; line-height: 22pt; margin-top: 7.5pt; }
.subtitle { font-size: 15pt; font-weight: 400; line-height: 20pt; margin-top: 6pt; margin-bottom: 4pt; }
ul {  margin: 6pt 0 .8em; padding: 0 0 0 30pt; }
ul li { padding: 3pt 0; line-height: 14.5pt; }