body {
    margin: 0px;
    padding: 0px;
    background-image: url('images/index01.gif');
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
    width: 127px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4B4F53;
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 11px;
    color: #FAD6B2;
}

.text2 {
    font-size: 12px;
}

.text3 {
    font-size: 11px;
    color: #A59B92;
}

a {
    color: #FAD6B2;
    text-decoration: none;
}

a: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 {
}