body {
    background-color: white;
    margin: 50px 200px 70px 200px;
    max-width: 650px;
}

body, p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, td, th {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 9pt;
}

h1,h2 {
    font-size: 11pt;
}

h3,h4 {
    font-size: 9pt;
}

h3.space_before {
    padding-top: 15pt;
}

img.menu_small {
    border-color: rgb(32,32,32);
    border-width: 1px;
    border-style: solid;
    margin: 3px;
    width: 60px;
    height: 60px;
}

img.logo_small {
    border-color: rgb(32,32,32);
    border-width: 1px;
    border-style: none;
    margin: 3px;
    width: 60px;
}

.header {
    margin-bottom: 75px;
}

.menu_box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(235,235,235);
    border-color: rgb(210,210,210);
    border-width: 1px;
    border-style: solid none none none;
    padding: 0px 210px 0px 193px;
    height: 20px;
    text-align: left;
    vertical-align: bottom;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.menu_line {
    position: relative;
    bottom: -4px;
}

a.menu_item {
    margin: 0px 7px 0px 7px;
}

a:link, a:visited {
    color: rgb(64,64,64);
    text-decoration: none;
}

a:hover, a:active {
    color: rgb(32,32,32);
    text-decoration: underline;
}

.images_hr {
    border-color: rgb(32,32,32);
    border-width: 1px;
    border-style: solid none none none;
    padding-bottom: 8px;
    margin-top: 4px;
    margin-bottom: -16px;
}

.images_name {
    position: relative;
    bottom: 14px;
    right: -8px;
    text-align: right;
    font-family: Univers,Helvetica,Arial,Sans-Serif;
    font-size: 10pt;
    color: rgb(32,32,32);
}

p.heading_in_list {
    margin-bottom: 20pt;
}

p.item_in_list {
    margin: 0pt 0pt 8pt 0pt;
}

p.item_in_list_heading {
    margin: 12pt 0pt 4pt 0pt;
    font-weight: bold;
}

.text_spacer {
    padding-right: 20pt;
}

h1.page_heading {                                                                                              
    margin-bottom: 0pt;                                                                                        
    vertical-align: bottom;                                                                                    
    position: relative;                                                                                        
    bottom: -51px;                                                                                             
    margin-left: 3px;                                                                                          
    height: 71px;                                                                                              
}

i.reference_title {
}

img.qr_code_small {
    border: none;
    position: relative;
    top: 2px;
}

.qr_code_large {
    position: fixed;
    bottom: 20px;
    right: 5px;
    visibility: hidden;
}