body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.jpg);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #B2B2B2;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #6C7176;
}

.text2 {
    font-size: 10px;
    color: #D6D7D4;
}

a {
    color: #94B86C;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(images/index02.jpg);
    background-repeat: repeat-x;
}

/*
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: #FFFFFF;
}

.style1 a {
    color: #FFFFFF;
}

.style1 a:hover {
}