body {
	background: #b67d26 url(images/bg4.gif) repeat-x 0px 0px;
	margin: 0px;
	color: #000000;
	font-size: 10pt;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	line-height: 130%;
}

menu_1 {
	color: #000000;
	font-size: 8pt;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	line-height: 130%;
}

a, a:link, a:visited {
	color: #882c1d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #a84024;
	text-decoration: underline;
}

td.home {
	padding-top: 40px;
}




/* eform css */

form.eform {
        display: inline;
}
table.eform {
        margin-top: 15px;
}
table.eform tr td {
        text-align: right;
        font-size: 10pt;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        color: #000000;
        font-weight: bold;
        padding-top: 5px;
}
table.eform tr td div {
        color: #a84024;
        font-weight: bold;
}
input.eform1 {
        color: #a84024;
        border: 1px solid #a84024;
        background-color: #d4b37f;
        font-size: 8pt;
        padding: 2px;
        width: 160px;
}
input.eform2 {
        color: #a84024;
        border: 1px solid #a84024;
        background-color: #d4b37f;
        font-size: 8pt;
        padding: 2px;
        font-weight: bold;
        margin-top: 3px;
        width: 90px;
}
div.eform_ok {
        font-weight: bold;
        color: #006600;
}
div.eform_err {
        font-weight: bold;
        color: #990000;
}

