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

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

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

.input1 {
    width: 100%;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #898989;
}

.select1 {
    width: 100%;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #898989;
}

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

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

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

.text3 {
    font-size: 9px;
}

.text4 {
    font-size: 10px;
    color: #969696;
}

a {
    color: #7C6C3F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
    font-size: 10px;
    color: #FFFFFF;
}

.bg1 {
    background-image: url(images/index09.gif);
    background-repeat: no-repeat;
}

.bg2 {
    background-image: url(images/index24.gif);
    background-position: center top;
    background-repeat: repeat-y;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and other elements inside it.
*/

.style1 {
    height: 15px;
    background-image: url(images/index27.gif);
    background-repeat: repeat-x;
    background-position: right top;
}

.style1 strong {
    background-color: #FFFFFF;
    font-size: 10px;
}

.style2 {
    height: 15px;
    background-image: url(images/index27.gif);
    background-repeat: repeat-x;
    text-align: right;
}

.style2 span {
    background-color: #FFFFFF;
    font-size: 10px;
}