body {
	margin: 0px;
	padding: 0px;
}

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

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 12px;
	text-align: justify;
}

.text2 {
    font-size: 11px;
    color: #333333;
}

a {
    color: #A05B3C;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(images/index01.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index02.jpg);
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(images/index09.jpg);
    background-position: right top;
}

.bg4 {
    background-image: url(images/index11.jpg);
}

.bg5 {
    background-image: url(images/index12.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg6 {
    background-image: url(images/index13.jpg);
    background-repeat: repeat-x;
}

.img1 {
    margin-left: -4px;
}

.img2 {
    margin-left: -3px;
}

/*
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: #993300;
}

.style1 a {
    color: #AE683C;
}

.style1 a:hover {
}