body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.gif);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #EACBB9;
}

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;
}

/*
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: 10px;
    color: #662111;
}

.style1 a {
     color: #822418;
     text-decoration: none;
}

.style1 a:hover {
     text-decoration: underline;
}