/* CSS Document */
body {
    background-color: #F8F8F8; 
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12pt;
    background-color: #E0E0FF; 
}
div {
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px; 
}
h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    color: #FFFFFF;
}
h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0px;
    color: #000000;
    background-color: #CCCCCC;
}
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0px;
    color: #000000;
    background-color: #EEEEEE;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0px;
    color: #000000;
}
p {
    margin-top: 6px; 
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    height: 1px; 
    color: #666666;
    background-color: #666666;
}
li {
    margin-bottom: 6px;
}
#header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px; 
    min-width: 850px; 
    height: 80px;
    padding-left: 120px;
    z-index: 4;
    background-color: #444444;
}
#menubar {
    position: absolute;
    left: 0px;
    top: 80px;
    right: 0px; 
    min-width: 941px;
    height: 54px;
    z-index: 4;
    background-color: #F0F0F0; 
}
#subpage {
    position: absolute;
    top: 134px;
    bottom: 16px;
   /* right: 0px; */
    left: 120px;  
    width: 821px; 
    overflow: auto;
    z-index: 3;
    font-size: 12pt;
    text-align: left;
   color: #404040; 
   background-color: #F8F8F8; 
}
#footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
   /* right: 0px; */
    width: 941px; 
    height: 16px;
    z-index: 4;
    font-size: 10pt;
    text-align: right;
   /* background-color: #E0E0FF; */
}
.nomargin {
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;
}
.mrow1 {
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px; 
    padding-left: 124px;
    padding-right: 8px; 
    background-color: #C03F3F; 
}
.mrow2 {
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 124px;
    padding-right: 8px; 
    padding-top: 4px;
    padding-bottom: 4px; 
    background-color: #F0F0F0; 
}
.inverse {
    color: #FFFFFF;
    margin-top: 0px;
}
.strong {
    font-weight: bold;
    margin-top: 4px;
}
.foot {
    font-size: 10pt; 
}
.msel {
    font-weight: bold;
    margin-top: 0px;
    background-color: #E0E0E0;
}
.txt, .ftr {    
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;  
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
}
a {
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: -4px;
    margin-right: 0px;  
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 5px; 
}
 a:link, a:visited, a:active {
    text-decoration: none;
    color: #000000;
    background-color: #F0F0F0;
} 
a.barlo:link, a.barlo:visited, a.barlo:active {
    color: #FFFFFF;
    background-color: #C03F3F;
}
a:hover, a.barlo:hover {
    text-decoration: none;
    color: #000000; 
    background-color: #F8F800;
}
 a.txt:link, a.txt:visited, a.txt:active {
    text-decoration: none;
    color: #000000;
    background-color: #F8F8F8; 
} 
a.txt:hover {
    text-decoration: underline;
    color: #000000; 
}
a.ftr:link, a.ftr:visited, a.ftr:active {
    text-decoration: none;
    color: #000000;
    background-color: #E0E0FF; 
} 
a.ftr:hover {
    text-decoration: underline;
    color: #000000; 
    background-color: #E0E0FF; 
}

