
body {
    background-color:#ffffff;
    color:#1a2146;
    font-family: Verdana, Helvetica, sans-serif
    font-size:12 pt;
    font-weight:none;
    font-strech:extra-expanded;
}

h1 {
    text-decoration:none;
    font-weight:bold;
    font-size:18pt;
}

.menu {
    position:absolute;
    top:0;
    left:0;
    width:120;    
    
    padding-top:50pt;
    padding-left:1cm;
}

.data {
    position:absolute;
    top:0;
    left:120;
    width:600;
    
    padding-top:1cm;
    padding-left:40;
}
    
.header {
}
    
    
.content {
    line-height:15pt;
}



a:link { color:#515994; text-decoration:none; font-weight:none; }    
a:visited { color:#515994; text-decoration:none; font-weight:none; } 
a:hover { color:#7481d4; text-decoration:none; font-weight:none;}   
a:active { color:#515994; text-decoration:none; font-weight:none; }  
a:focus { color:#515994; text-decoration:none; font-weight:none; }

a.menulink:link    { color:#515994; text-decoration:none; font-weight:bold; font-size:16; }    
a.menulink:visited { color:#515994; text-decoration:none; font-weight:bold; font-size:16; } 
a.menulink:hover   { color:#7481d4; text-decoration:none; font-weight:bold; font-size:16; }   
a.menulink:active  { color:#515994; text-decoration:none; font-weight:bold; font-size:16; }  
a.menulink:focus   { color:#515994; text-decoration:none; font-weight:bold; font-size:16; }

