/*@import url('style_contentbox_modern.css');*/
HTML,BODY {
    background-color: white;
    color: black;
    margin: 0
}
DIV, SPAN, TD, P, LI, SELECT, INPUT, TEXTAREA {
    font-family: verdana,lucida,arial,helvetica,sans-serif;
    font-size: 11px;
    color: black;
}
A {
    background-color: transparent;
    color: #06C
}
A:Hover {
    background-color: transparent;
    color: #F00
}
#tophmenubar a {
    text-decoration:none
}
#tophmenubar a:hover {
    text-decoration:underline
}

