/* Print Styles ************************************************************* */
.bottomHolder,
#engTitle,
#header,
#menu,
#adress,
#copyright
{
 display: none;
}
#content
{
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 11pt;
 padding: 5px 10px;
}
#content h2
{
 font-size: 12pt;
}
#content p
{
 padding-bottom: 15px;
}