body {
    background-color: #f5f5f5;
    color: black;
    font-family: sans-serif;
    font-size: 10pt;
}

.top-space,.center-space,.left-space,.right-space {
    
}

a:link, a:visited, a:active {
    text-decoration:none;
    font-family: sans-serif;
    /* color: #0062ab; */
    color: #c05f00;
    font-size:12px;
    font-weight: bold;
}

a.menu {
    color: black;
}


.link {
    color:yellow; 
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.td {
    color: black;
    font-family: sans-serif;
    font-size: 10pt;
}

.navigation-space {
    /* display:none; */
    /* overflow:hidden; */
    position:absolute;
    top:147px;
    left:0px;
    width:800px;
    height:21px;
    background-color: #e5e5e5; 
    padding:0px;
    margin:0px;
}

.top-space {
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    height:147px;
}

.demarcation-line {
    position:absolute;
    top:0px;
    left:801px;
    width:1px;
    background-color: #e5e5e5;
    height:600px;
}

.left-space {
    position:absolute;
    top:166px;
    left:0px;
    width:225px;
    height:450px;
    background-color: #f5f5f5;
    border-color:#e5e5e5;
    border-right-style: dotted;
    border-top-style: dotted;
    border-width:1px;
}

.right-space {
    position:absolute;
    top:169px;
    left:226px;
    width:574px;
    height:450px;
    background-color:rgb(255,255,255);
    border-color:#e5e5e5;
    border-top-style: dotted;
    border-right-style: solid;
    border-width:1px;
}

img {
    margin:0px;
}

.titles {
    margin-left:10px;
    margin-top:20px;
}

.actual-title,.other-title {
    font-size: 150%;  
    font-weight:bold;
}

.underline-title {
    font-size: 150%;  
    font-weight:normal;
    border-color:#e5e5e5;
    border-right-style:solid;
    border-width:1px;
}

.other-title {
    font-weight:normal; 
}


.menu-title {
    margin-top:0px;
    height:68px;
    font-size: 125%;  
    font-weight:bold;
    text-align:center;
    
    background-color:rgb(200,200,200);
    
    border-color:rgb(0,153,255);
    border-style:solid;
    border-width:1px;
}

.menu-item-1,.menu-item-2,.menu-item-b {
    padding:5px;
    margin-left:0px;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:5px;
    font-size: 110%;  
    font-weight:normal;
    text-align:right;
    
    background-color:rgb(220,220,220);
    
    border-color:white;
    border-style:solid;
    border-width:1px;
}

.menu-item-2 {
    color:rgb(0,153,255);
}

.menu-item-b {
    font-weight:bold;
}

.menu-item-separator {
    padding:5px;
    margin:10px;
}

.table-menu {
    margin:0; 
    padding:5; 
    background-color:rgb(0,153,255); 
    color:white; 
    
    font-size: 90%;  
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    border-color:gray;
    border-style:solid;
    border-width:1px;
}

.navigation-menu-item {
    padding:5px;
    margin:0px;
    font-size: 110%;
    font-weight:bold;
    color:white;
}

.table-menu-back {
    color:#FFFFFF;
    background-color:rgb(0,153,255);
    margin:0; 
    padding:0; 
    font-size: 75%;  
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}

.gray-box {
    padding:0px;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    font-size: 110%;  
    font-weight:normal;
    text-align:right;
    
    background-color:rgb(220,220,220);
    
   border-color:rgb(220,220,220);
   border-bottom-style:solid;
   border-width:1px;
}

.text-box {
    padding:10px;
    margin-left:10px;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    font-size: 100%;  
    font-weight:normal;
    text-align:left;
    
    background-color:white;
    
   border-color:rgb(220,220,220);
   border-style:solid;
   border-width:1px;
}

.text-box-noborder {
    padding:10px;
    margin-left:10px;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    font-size: 100%;  
    font-weight:normal;
    text-align:left;
    
    background-color:white;    
}

.menu-box-noborder {
    padding:10px;
    margin-left:5px;
    margin-top:10px;
    margin-right:5px;
    margin-bottom:10px;
    font-size: 100%;  
    font-weight:normal;
    text-align:left;
    
    /* background-color:white;    */
}

.figure-text-noborder {
    padding:10px;
    margin-left:10px;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:5px;
    font-size: 100%;  
    font-weight:italic;
    text-align:left;
    
    background-color:white;    
}

.footer-text {
    text-align:center;
    font-size: 60%;  
}

.normal-text {
    text-align:left;
    font-size: 100%;  
}

.table-text {
    text-align:left;
    font-size: 90%;  
}

.table-head-text {
    text-align:center;
    font-size: 90%;  
}

.table-head {
    text-align:center;
    font-size: 90%;  
    background-color: #f09f00;
}

