/* text ---------------------------------------------------------- */

body, td, div, p {
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    color: #000000; }

th, .title {
    font-weight: bold;
    color: #000000; }

.textitalic {
    font-style: italic; }

/* links ------------------------------------------------------ */

a:link, a:visited {
    text-decoration: none;
    color: #CC0000; }

a:active, a:hover {
    text-decoration: none;
    color: #FF0000; }

/* document ------------------------------------------------------ */

body {
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-width: 0px;
    margin-height: 0px;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #EEEEEE;
    scrollbar-highlight-color: #EEEEEE;
    scrollbar-base-color: #CCCCCC;
    scrollbar-face-color: #CCCCCC;
    scrollbar-darkshadow-color: #AAAAAA;
    scrollbar-shadow-color: #AAAAAA; }

/* forms --------------------------------------------------------- */

input, textarea, select {
    font-family: Verdana;
    font-style: normal;
    font-size: 11px;
    font-style: normal;
    color: #000000;
    width: 100%;
    background: transparent;
    background-color: #EEEEEE;
    border: 1px solid #333333;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #EEEEEE;
    scrollbar-highlight-color: #EEEEEE;
    scrollbar-base-color: #CCCCCC;
    scrollbar-face-color: #CCCCCC;
    scrollbar-darkshadow-color: #AAAAAA;
    scrollbar-shadow-color: #AAAAAA; }

.button {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    background: transparent;
    background-color: #EEEEEE;
    border: 1px solid #333333; }

.checkbox, .radiobutton {
    color: #000000;
    background: transparent;
    background-color: transparent;
    border: 0px; }

