body {
    font-size: 100.01%;
}
#acc {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.4em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 7em;
}
#acc li {
    border: 1px solid #6F6F6F;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0 0.15em 0.15em 0;
    padding: 0;
}
#acc li a:link, #acc li a:visited {
    background: none repeat scroll 0 0 #D3D3D3;
    color: #000000;
    display: block;
    padding: 0.25em 1em;
    text-decoration: none;
    width: 0.9em;
}
#acc li a:hover {
    background: none repeat scroll 0 0 #BF0000;
    color: #FFFFF2;
    font-weight: bold;
}
#acc li a:focus, #acc li a:active {
    background: none repeat scroll 0 0 #000080;
    color: #FFFFF2;
    font-weight: bold;
}
#acc .acc-n {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #D7E9FF;
    color: #000000;
    padding: 0.25em 1em;
    width: 0.9em;
}
#acc li.acc-logo {
    border: 0 none;
    width: 6.2em;
}
#acc .acc-logo a:link, #acc .acc-logo a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #FF0000;
    display: block;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 6em;
}
#acc .acc-logo a:hover, #acc .acc-logo a:focus, #acc .acc-logo a:active {
    background: none repeat scroll 0 0 #D3D3D3;
    border: 1px solid #6F6F6F;
    font-weight: 400;
    text-decoration: underline;
}
#acc strong {
    color: #000080;
    font-variant: small-caps;
    font-weight: bold;
}
#acc strong em {
    color: #FF0000;
    font-style: italic;
    letter-spacing: 0;
}
#acc em.small {
    color: #808080;
    font-size: 0.8em;
    font-style: normal;
    letter-spacing: 0;
}
#acc span {
    height: 0;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    width: 0;
}

