BODY {
    SCROLLBAR-FACE-COLOR: #995517;
    SCROLLBAR-HIGHLIGHT-COLOR: #995517;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-SHADOW-COLOR: #995517;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #2E1C05;
    SCROLLBAR-ARROW-COLOR: #000000;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: black;
} 

td {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
}

p {
    text-align: justify;
}

.maintext {
}

h1 {
    font-size: 15px;
    font-weight: bold;
    background: #69430e;
    padding: 3px;
    margin: 0px;
    border: 0px;
}

th {
    background: #69430e;
}

th.h2 {
    background: #69430e;
    font-size: 12px;
}

h1.title {
    font-size: 15px;
    padding: 3px;
    spacing: 0px;
    margin: 0px;
    border: 0px;
}

h2 {
    font-size: 14px;
    padding: 3px;
}

h3 {
    font-size: 12px;
    padding: 3px;
    border: 0px;
    margin: 0px;
    spacing: 0px;
}


.head {
/*    background: #69430e;*/
    padding: 0px;
    margin: 0px;
    spacing: 0px;
    height: 26px;
}

.info {
    background: #160e03;
    padding: 3px;
    font-size: 10px;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
}

a {
    color: #ffa31a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.title {
    color: #ffffff;
}

p.perex {
    font-style: italic;
    padding: 3px;    
    margin-top: 5px;   
    margin-bottom: 5px;   
}

p.body {
    padding: 3px;
    margin-top: 5px;   
    margin-bottom: 5px;   
}

p {
    padding: 3px;
    margin: 0px;
}

.switch {
    font-size: 10px;
    text-align: center;
}

.comment_title {
    background: #69430e;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
}

.comment_body {
    font-size: 10px;
    padding: 3px;
}

.comment {
    padding-left: 15px;
}

.x4binput {
    background-color: #160e03;
    border: 1px solid #69430e;
    color: white;
    font-size: 10px;    
}

.small {
    font-size: 8px;
    color: #69430e;
}

a.comment_title {
    font-weight: normal;
}

div.body {
    overflow: auto;
}

/* MENU */

td.menu_left {
    background-image: url(/images/menu_left.png);
    background-repeat: repeat-y;
    width: 9px;
}

td.menu_right {
    background-image: url(/images/menu_right.png);
    background-repeat: repeat-y;
    width: 9px;
}

td.menu_item_blank {
    background-image: url(/images/menu_item_off.png);
    background-repeat: repeat-y;
    width: 86px;
    height: 20px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 10px;
    color: #ffffff;
}

td.menu_item {
    background-image: url(/images/menu_item_off.png);
    background-repeat: repeat-y;
    width: 86px;
    height: 20px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 10px;
    color: #f7941d;
    cursor: pointer;
    cursor: hand;
}

td.menu_item:hover {
    width: 84px;
    height: 20px;
    padding-left: 12px;
    color: #ffffff;
    background-image: url(/images/menu_item_on.png);
}

td.menu_break {
    background-image: url(/images/menu_break.png);
    background-repeat: repeat-y;
    width: 114px;
    height: 1px;
}

td a.menu_item {
    color: inherit;
    text-decoration: none;
}

td a.menu_item:hover {
    text-decoration: none;
    color: #ffffff;
}

/* IMAGES */
img.icon {
    padding: 5px;
    align: right; 
    border: 0px;
}
