

    body {
        /*text-align:         center;*/
        background-color:   #fff;
        margin:             0px;
        padding:            0px;
    }
    
    #frame {
        width:              800px;
        margin:             25px auto;
        text-align:         left;
        background-color:   #fff;
        font-size:          1px;
    }
    
    #center {
        padding:            0px 10px 5px 19px;
        width:              700px;
    }
    
    #print_head {
    
    }
    
    #head {
        display:            none;
    }
    
    #navigation {
        display:            none;
    }
    
    #shadeline {
        display:            none;
    }
    
    #pagetop {
        background-color:   #fff;
        height:             65px;
        padding:            0px 21px 0px 21px;
    }
    
    #pagetop #breadcrumbs {
        float:              left;
        padding:            8px 0px 0px 2px;
        font-size:          10px;
        width:              400px;
        font-family:        verdana;
        color:              #bdc6d6;
    }
    
    #pagetop #breadcrumbs a {
        font-size:          8pt;
        font-family:        verdana;
        color:              #bdc6d6;
        text-decoration:    none;
    }
    
    #pagetop #breadcrumbs #current {
        color:              #ff9c00;
    }
    
    #pagetop #breadcrumbs a:hover {
        color:              #969696;
        text-decoration:    underline;
    }
    
    #pagetop #print {
        display:            none;
    }
    
    #content {
        background-color:   #fff;
    }
    
    #content a {
        color:              #3f4c6a;
    }
    
    #content a:hover {
        text-decoration:    none;
    }
    
    #content div {
        height:             auto;
        font-size:          11px;
        font-family:        verdana;
        color:              #3f4c6a;
        line-height:        16px;
    }
    
    #content div h3 {
        font-size:          11px;
        font-family:        verdana;
        color:              #003085;
        display:            inline;
    }
    
    #content div a.homearchiv {
        font-size:          11px;
        font-family:        verdana;
        color:              #cacdd6;
        display:            inline;
        text-decoration:    none;
        position:           relative;
        top:                -12px;
    }
    
    #print_footer {
        font-size:          11px;
        font-family:        verdana;
    }
    
    #footer {
        display:            none;
    }
    
    #sek_nav {
        display:            none;
    }
    
    #formf input.large, #formf input.small, #formf input.numeric, #formf input.numeric_readonly {
        width:              320px;
        border-style:       solid;
        border-width:       1px;
        border-color:       #3f4c6a #dbc6d6 #dbc6d6 #3f4c6a;
        padding:            2px 3px 2px 3px;
        font-size:          11px;
        font-family:        verdana;
    }
    
    #formf input.small {
        width:              60px;
    }
    
    #formf input.numeric {
        text-align:         right;
        width:              90px;
    }
    
    #formf input.numeric_readonly {
        text-align:         right;
        width:              90px;
        background-color:   #bec6d6;
        border-color:       #3f4c6a;
    }
    
    #formf select {
        font-size:          11px;
        font-family:        verdana;
    }
    
    #formf td {
        vertical-align:     top;
    }
    
    #formf th {
        font-weight:        bold;
        text-align:         right;
        width:              120px;
        vertical-align:     top;
    }
    
    #formf textarea {
        width:              320px;
        border-style:       solid;
        border-width:       1px;
        border-color:       #3f4c6a #dbc6d6 #dbc6d6 #3f4c6a;
        padding:            2px 3px 2px 3px;
        font-size:          11px;
        font-family:        verdana;
        height:             45px;
    }
    
    #formb button {
        border:             1px solid #3f4c6a;
        font-size:          11px;
        font-family:        verdana;
        background-color:   #fff;
        font-weight:        bold;
        color:              #fe9e07;
        padding:            2px 6px;
    }
    
    #formf input {
        margin:             0px;
    }