@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	/*margin-bottom: 0px;*/
	padding-bottom:  0px;
	padding-top: 0px;
	padding-right: 0px;
	/*padding-bottom: 0px;*/
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F1A17;
	background-color:#231F20;
	text-align:center;
}
img
{
	border:none;
}
hr {
	border-top:#c0a264 1px solid;
	height:1px;
	text-align:center;
	margin:0px auto;
}
.address_down
{
	color:#665238;
	margin:5px;
	margin-bottom: 8px;
}
p{
	line-height: 130%;
}

a:link {
	color: #665238;
	/*text-decoration: none;*/
}

a:visited {
	color: #665238;
	/*text-decoration: none;*/
}
a:hover {
	color: #000000;
}
a:active {
	color: #665238;
	/*text-decoration: none;*/
}

h1 {
	margin-bottom: 4px;
	font-size: 16px;
	text-align:center;
	color: #665238;
}
h2 {
	margin-bottom: 4px;
	font-size: 14px;
	color: #665238;
}
h3 {
	margin-bottom: 3px;
	font-size: 13px;
	color: #ad925b;
}
h4 {
	margin-bottom: 3px;
	font-size: 14px;
	color: #ad925b;
}
h5 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #05399F;
}
h6 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #665238;
}

li{
	padding-bottom:10px;
}

.beige18px {
	font-size: 18px;
	color: #c0a264;
}

a:link.english {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a:visited.english {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
a:hover.english {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}
a:active.english {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a:link.menu {
	font-size: 12px;
	color: #C0A264;
	text-decoration: none;
}

a:visited.menu {
	font-size: 12px;
	color: #C0A264;
	text-decoration: none;
}
a:hover.menu {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a:active.menu {
	font-size: 12px;
	color: #C0A264;
	text-decoration: none;
}

.menu {
	font-size: 13px;
	font-weight:bold;
	color: #665238;
}

table.form {
}

td.form {
	padding:5px;
	white-space:nowrap;
}

.ltr
{
	direction:		ltr;
}

.white_text
{
	color: #ffffff;
}

.login
{
	font-size: x-small;
}

a:link.login {
	color: #665238;
	font-size: x-small;
	text-decoration: none;
}

a:visited.login {
	color: #665238;
	font-size: x-small;
	text-decoration: none;
}
a:hover.login {
	color: #000000;
	font-size: x-small;
}
a:active.login {
	color: #665238;
	font-size: x-small;
	text-decoration: none;
}

input.login
{
	border-color:#665238;
	border-style:solid;
	border-width:1px;
	font-size:x-small;
	width:90px;
}

.input_text_short
{
	border-color:#665238;
	border-style:solid;
	border-width:1px;
	width:80px;
}

.input_text_medium
{
	border-color:#665238;
	border-style:solid;
	border-width:1px;
	width:120px;
}

.input_text_max
{
	border-color:#665238;
	border-style:solid;
	border-width:1px;
	width:300px;
}

.textarea_max
{
	border-color:#665238;
	border-style:solid;
	border-width:1px;
	width:300px;
	height:120px;
}

.textarea_full
{
	border-color:#665238;
	border-style:solid;
	border-width:1px;
	width:400px;
	height:250px;
}

.frame
{
	background-color:#ffffff;
	border-style:solid;
	border-color:#C0A264;
	border-width:1px;
	padding:5px;
}