body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.jpg);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #858585;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
	text-align: justify;
}

.text2 {
    color: #92554F;
}

.text3 {
    font-size: 9px;
    color: #9D9D9D;
}

.text4 {
    font-size: 11px;
    color: #9D9D9D;
}

.text5 {
    font-size: 12px;
    color: #752B28;
}

.text6 {
    font-size: 12px;
    color: #858585;
    text-align: justify;
}

.text7 {
    font-size: 10px;
}

.text8 {
    font-size: 11px;
}
a {
    color: #92554F;
}

a:hover {
	text-decoration: none;
}

a.b {
    color: #92554F;
	text-decoration: none;}

a.b:hover {
	text-decoration: underline;
}
/*
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 {
}

.style1 a {
}

.style1 a:hover {
}

#content {
    height: 460px;
    overflow: auto;
}

#contentshort {
    height: 200px;
    overflow: auto;
}
