/* 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, #copyrights{ width: auto; min-width: 800px; margin: 1%; padding: 0; border: 0; background: transparent; background-image: none; color: black; }

body{ font-family: Arial, Helvetica, sans-serif; }
body, p, li{ font-size: 10pt; line-height: 20pt; }
.logotype{ font-size: 22pt; line-height: 26pt; border-bottom: 2pt solid black; }
.title{ font-size: 18pt; font-weight: 400; line-height: 22pt; margin-top: 15pt; }
.subtitle{ font-size: 10pt; text-transform: uppercase; font-weight: bold; }
ul{  margin: 6pt 0 .8em; padding: 0 0 0 30pt; }
ul li{ padding: 3pt 0; line-height: 14.5pt; }

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