html {
	width: 100%;
	height: 100%
}
body {
	background-image: url("../gfx/bg.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #331600;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%
}
table {
	font-family: arial;
	font-size: 12px;
	color: #331600;
}

a {color: #86420E; text-decoration: underline;}
a:hover {color: #A44C09; text-decoration: underline;}

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

h1 {color: #86420E; font-size: 22px; font-weight: normal;}
h2 {color: #86420E; font-size: 18px; font-weight: bold;}
h3 {color: #86420E; font-size: 16px; font-weight: bold;}
h4 {color: #86420E; font-size: 14px; font-weight: bold;}

.menu {color: #86420E; width: 210px; height: 25px; font-weight: bold; padding-left: 11px; padding-right: 11px; background-image: url("../gfx/menu_item_bg.jpg"); background-repeat: repeat-x;}
.menu a {color: #86420E; text-decoration: none;}
.menu a:hover {color: #AD5008; text-decoration: none;}

.menu_active {color: #86420E; width: 210px; height: 25px; font-weight: bold; padding-left: 11px; padding-right: 11px; background-image: url("../gfx/menu_item_bg_active.jpg"); background-repeat: repeat-x;}
.menu_active a {color: #86420E; text-decoration: none;}
.menu_active a:hover {color: #AD5008; text-decoration: none;}

.submenu {color: #86420E; width: 210px; height: 25px; font-weight: normal; padding-left: 21px; padding-right: 11px;}
.submenu a {color: #86420E; text-decoration: none;}
.submenu a:hover {color: #AD5008; text-decoration: none;}

.submenu_active {color: #86420E; width: 210px; height: 25px; font-weight: normal; padding-left: 21px; padding-right: 11px;}
.submenu_active a {color: #86420E; text-decoration: underline;}
.submenu_active a:hover {color: #AD5008; text-decoration: underline;}

.content {padding: 0px 20px 20px 0px; line-height: 20px;}