body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.gif); background-color: #3A130A;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; 
    color: #EACBB9; scrollbar-face-color: #3A130A; scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #3A130A; scrollbar-3dlight-color: #9E664D; scrollbar-track-color: #3A130A; scrollbar-arrow-color: #9E664D; scrollbar-shadow-color: #000000;
}


form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 11px;
}

a {
    color: #E0BC64;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.img1 {
    margin-right: 10px;
}

#content {
    width: 256px;
    height: 386px;
    overflow: auto;
    scrollbar-face-color:#A1674F;
    scrollbar-highlight-color: #A1674F;
    scrollbar-3dlight-color:#3A130A;
    scrollbar-darkshadow-color:#A1674F;
    scrollbar-shadow-color:#3A130A;
    scrollbar-arrow-color:#3A130A;
    scrollbar-track-color:#A1674F;
    
}


/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 11px;
    color: #98654A;
}

.style1 a {
     color: #98654A;
     text-decoration: none;
}

.style1 a:hover {
     text-decoration: underline;
}