@charset "utf-8";
/* CSS Document */

.menu {
    color: #5B3E1E;
    font-family: Century Gothic;
    font-size: 10pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #DAEDEF;
    padding: 5px;
}

.menu:hover {
    background-color: #C0DCE4;
}

.toolbar {
    background-color: #DAEDEF;
    padding: 5px 0px 5px 0px;
}

.columnheader {
    color: #5B3E1E;
    font-family: Century Gothic;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    
}

.column {
    color: #5B3E1E;
    font-family: Century Gothic;
    font-size: 10pt;
    text-decoration: none;
    
}


.footer {
    color: #5B3E1E;
    font-family: Century Gothic;
    font-size: 8pt;
	font-weight: bold;
    text-decoration: none;
    
}
