body {
	background: #FFF url('html-bg.jpg') repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #6b5c52;
}
body, td, th, a, h1, h2, h3, li, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
a {
	color: #94a800;
	text-decoration: none;
}
a:hover {
	color: #ff8400;
}

.divh {
	background: url(dot.gif) repeat-x 0% 50%; height: 10px; }
/* Table Form */
.tableform th {
	font-weight: bold;
	color: #a6937c;
	text-align: left;
	}

/* Panel */
.panel {
	background: #afc600 url(home-panel-row.gif) repeat-y; padding: 0 0 0 20px; line-height: 30px; }
.panel ul {
	list-style-type: none;
	list-style-image: none;
	margin: 5px;
	padding:0; }
.panel li {	
	background: url(panel-arrow.gif) no-repeat 0 10px;	
	line-height: 25px;
	padding: 0 16px 0 16px;
	margin: 0;
}
.panel a {
	color: #4e3f37;
	text-decoration: none;
}
.panel a:hover {
	color: #000;
	text-decoration: none;
}

/* News */
.news ul {
	list-style-type: none;
	list-style-image: none;                  
	list-style-position: outside;
	margin: 0;
	padding:0;}
.news li {	
	background: url(home-list-dot.gif) no-repeat 0 10px;	
	line-height: 25px;
	padding: 0 0 0 16px;
	margin: 0;
} 
.news a {
	color: #4e3f37;}

/* Home Case */
.homecase a {
	font-weight: bold;
	color: #4e3f37;}
.homecase div {
	margin: 0 0 10px 0;
	height: 80px;
	clear: both;}
.homecase img {
	float: left;
	margin: 0 10px 0 0;}
	
input, select, textarea {
	border: 0;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	height: 22px;
	padding: 2px;
	color: #4e3f30;
}
.field, textarea {
	margin: 0 2px;
}
.field {
	background: transparent;
	height: 22px;
	width: 196px;
}
.btn {
	border: 0;	
	font-size: 11px;
	line-height: 140%;
	height: 22px;
	background-color: #4e3f30;
	color: #FFF;
}
textarea {
	background: url(textarea-bg.gif) no-repeat;	
	background-attachment: fixed;
	height: 116px;
	width: 296px;
}

hr {
	color: #a6937c;
	height: 1px;
}
label {
	width: 150px;
	float: left;
	vertical-align: middle;
}
label b {
	color: #d71921;
}
blockquote {
	margin: 5px 0 5px 40px;
}
ol {
	margin: 22px;
}
h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #4e3f37;
}
h3{
	font-size: 12px;
	color: #a6937c;
}
.option {
	padding-right: 30px;
}

small {
	font-size: 10px;
	color: #b1a695;
}

.footer {
	background: #d0cac4 url(footer-bg.jpg) repeat-x;	
	padding: 10px 0 0 0;
	border: solid #9f9488;
	border-width: 2px 0 0 0;
}
.footer h3 {
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #6b5c52;
	font-size: 11px;
	}