<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">HTML, BODY {
    min-height:         425px;
    height:             100%;
    min-width:          900px;
    width:              100%;
    margin:             0px;
    padding:            0px;
    background:         #FFFFFF;
    color:              #505569;
    white-space:        normal;
    word-spacing:       0px;
    letter-spacing:     0px;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-style:         normal;
    font-variant:       normal;
    font-size:          12px;
    font-weight:        normal;
    font-stretch:       normal;
    text-decoration:    none;
    text-transform:     none;
    text-shadow:        none;
    text-indent:        0px;
    text-align:         left;
    vertical-align:     middle;
    overflow:           visible;
}
A, A:link, A:visited, A:active {
    color:              #505569;
    text-decoration:    none;
}
A:hover, A:focus {
    color:              #C3C7CD;
    text-decoration:    none;
}
DIV.body {
    width:              100%;
    height:             100%;
    height:             425px;
    max-height:         425px;
    margin:             -212px 0 0 0;
    position:           relative;
    top:                50%;
    background-image:   url('../img/spacer.png');
    background-repeat:  repeat-x;
}
DIV.background {
    width:              850px;
    max-width:          850px;
    height:             425px;
    max-height:         425px;
    margin:             0 0 0 -425px;
    position:           relative;
    left:               50%;
    background-image:   url('../img/background.png');
    background-repeat:  repeat-x;
}
DIV.content {
    width:              525px;
    max-width:          525px;
    height:             300px;
    max-height:         300px;
    position:           relative;
    top:                80px;
    left:               310px;
    color:              #505569;
    border:             1px solid #000000;
    background-image:   url('../img/background_text.png');
    background-repeat:  repeat;
    float:              left;
    clear:              right;
}
DIV.contentInner {
    width:          515px;
    max-width:      515px;
    height:         290px;
    max-height:     290px;
    position:       relative;
    top:            5px;
    left:           5px;
    color:          #505569;
    border:         0px;
    background:     transparent;
    float:          none;
    clear:          both;
}
DIV.imprintLeft {
    width:          250px;
    max-width:      250px;
    height:         290px;
    max-height:     290px;
    position:       relative;
    left:           5px;
    color:          #505569;
    float:          left;
    clear:          left;
}
DIV.imprintRight {
    width:          250px;
    max-width:      250px;
    height:         290px;
    max-height:     290px;
    position:       relative;
    left:           10px;
    color:          #505569;
    float:          left;
    clear:          right;
}
DIV.imprintPadded {
    color:  #505569;
    margin: 0 0 0 15px;
}</pre></body></html>