body {
    margin: 0px;
    padding: 0px;
    background-image: url(/webimages/index01.jpg);
}

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

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

.NavButton {
	font-size: 14px;
    color: #FFFFFF;

}

.MainBody {
    color: #000000;
}

.JavaLinks, a{
	font-size: 15px;
	color: #ffffff;
	margin: 8px;
	padding: 0px;
	text-decoration: none;
}

.JavaNoLinks{
	font-size: 15px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.input1 {
    width: 98%;
    background: none;
    border: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #333B1B;
}

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

.text1 {
    font-size: 10px;
}

.text2 {
    color: #726B44;    
}

a {
    color: #894F20;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(/webimages/index02.jpg);
    background-position: left top;
    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: 9px;
    color: #C9CB93;
}

.style1 a {
    color: #BF862C;
}

.style1 a:hover {
}

.style2 {
    font-size: 10px;
    font-weight: bold;
    color: #F4F6B8;
}

.style2 img {
    border-width: 1px;
    border-style: solid;
    border-color: #2B2018;
}

.style2 a {
    text-decoration: none;
    color: #F4F6B8;
}

.style2 a:hover {
    text-decoration: underline;
}

