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: #E6DACE;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 9px;
    color: #9C9687;
}

a {
    font-weight: bold;
    color: #E6DACE;
}

a:hover {
	text-decoration: none;
}


/* backgrounds */

.bg1 {
    background-image: url(images/index02.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index10.jpg);
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(images/index11.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg4 {
    background-image: url(images/index13.jpg);
    background-repeat: repeat-x;
}

.bg5 {
    background-image: url(images/index14.jpg);
    background-position: right top;
}

.bg6 {
    background-image: url(images/index15.jpg);
}

.bg7 {
    background-image: url(images/index16.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg8 {
    background-image: url(images/index17.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg9 {
    background-image: url(images/index18.jpg);
    background-repeat: repeat-x;
}

.bg10 {
    background-image: url(images/index19.jpg);
    background-repeat: repeat-x;
}

.bg11 {
    background-image: url(images/index21.jpg);
    background-repeat: no-repeat;
}

.bg12 {
    background-image: url(images/index22.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.bg13 {
    background-image: url(images/index23.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.bg14 {
    background-image: url(images/index24.jpg);
    background-repeat: no-repeat;
}


/*
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: #5A564D;
}

.style1 a {
    font-weight: normal;
    color: #5A564D;
    text-decoration: none;
}

.style1 a:hover {
    text-decoration: underline;
}