body {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    background: #e0e0e0;
}

.tab {
    background: #000066;
    color: white;
    text-align: center;
    margin: 1px;
    padding: 2px;
    font-size: 10pt;
    white-space: nowrap;
}

.tab:hover {
    background: green;
    color: white;
    text-align: center;
    margin: 1px;
    padding: 2px;
    font-size: 10pt;
    white-space: nowrap;
}

.selected_tab {
    background: green;
    color: white ;
    text-align: center;
    margin: 1px;
    padding: 2px;
    font-size: 10pt;
    white-space: nowrap;
}

.login a {
	color: green;
}

.submenu {
    background: green;
}
    
.submenu .tab {
    font-size: 8pt;
    background: green;
    white-space: nowrap;
}

.submenu .tabs {
    font-size: 8pt;
    background: #000066;
    white-space: nowrap;
}

.tab a {
    color: white;
    text-decoration: none;
}

.selected_tab a {
    color: white;
    text-decoration: none;
}

.tabs a {
    color: white;
    text-decoration: none;
}


.titlebar {
    background: #d4d4d4;
    border-bottom: 2px solid #a0a0a0; 
    border-right: 2px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
}

.description {
    border: #A0A0A0 1px solid;
    background: white;
    padding: 1em;
    font-size: 10pt;
    width: 780px;
    text-align: left;
}