html {
        text-align: center;
        background: white;
} 

body {
        font-family: verdana;   
        font-size: 12px;                
        color: #3b3c3b;
}

#text_left {
        text-align: left;       
        padding-left: 10px;
        padding-top: 10px;
        color: #3b3c3b;
}

#text_right {
        text-align: left;
        padding-left: 10px;
        padding-top: 10px;
        color: #3b3c3b;
        font-size: 7pt;
}

#menu {
        text-align: left;
}

a.menu {
        text-align: left;
        margin-left: 5px;
        padding: 5px;
        display: block;
        font-weight: bold;
        font-size: 12px;
}
a.menu:link {
        color: #484848;
        text-decoration: none;
}
a.menu:hover{
        background: #EBECF0;
        text-decoration: none;
}
a.menu:visited{
        color: #484848;
        text-decoration: none;
}

img.menu_text {
        border: 0px;
}
a.menu_link {
        border: 0px;
}
a.menu_link:link {  
        text-decoration: none;
}
a.menu_link:hover{
        text-decoration: none;
}
a.menu_link:visited{
        text-decoration: none;
}

a.submenu {
        text-align: left;
        margin-left: 0px;
        margin-top: 2px;
        padding-left: 0px;
        display: block;
        font-weight: bold;
        font-size: 12px;
        /* border-left: 2px solid #484848; */
}
a.submenu:link {
        color: #484848;
        text-decoration: none;
}
a.submenu:hover{
        background: #EBECF0;
        text-decoration: none;
}
a.submenu:visited{
        color: #484848;
        text-decoration: none;
}

a:link {
        color: #3B3C3B;
}
a:hover{
        color: #3B3C3B; 
}
a:visited{
        color: #3B3C3B; 
}


#selected {
        border-style: inset; 
        /* border-top: 1px solid #ABB4BD; */
        /* border-bottom: 1px solid #ABB4BD; */
        border-left: 2px solid #484848;
        margin: 0px;
        padding: 0px;
}

ul.menu1 {
        direction: inline;
        margin: 0px;
        padding-top: 0px;
        padding-left: 30px;
        padding-bottom: 10px;
        color: #484848;
        text-align: right;
}

ul.menu2 {
        direction: inline;
        padding-left: 10px;
        color: #484848;
        /* list-style-type:none; */
}

li.menu1 {
        direction: inline;
        text-align: right;
}

li.menu2 {
        direction: inline;
        text-align: right;
}

img {
        border: 2px;
}

h1 { color: #3B3C3B; }
h2 { color: #3B3C3B; }
h3 { color: #3B3C3B; }