body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background-color: #79331D;
}

th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

h2 {font-size:1em; font-weight:bold; padding:0; display:inline;}

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

.input1 {
}

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

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

.text2 {
	font-size: 10px;
    color: #BD8878;
}

a {
    color: #A05B3C;
}

a img {
	border:0;
}

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;
    border:0;
}

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

.img3 {
    padding:8px;
    border:0;
}

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

.style1 a {
    color: #AE683C;
}

.style1 a:hover {
}