html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td,
.textbox, .button, .textarea, .select, input_search, button_search {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #88704e;
}

body {
	background-color: #e8d2ad;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	color: #1c3a03;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #822b56;
}

p {
	padding-bottom: 16px;
	text-align: justify;
}

h1 {
	text-transform: uppercase;
	color: #1c3a03;
	font-family: tahoma;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #ae8b75;
	padding-bottom: 3px;
	margin-bottom: 28px;
}

h2 {
	color: #1c3a03;
	font-family: tahoma;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 8px;
}

h3 {
	color: #7E5458;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}

img.content_img {
	border: 1px solid #fff;
	margin: 0 10px;
	line-height: 0;
	font-size: 0;
}


ul {
	padding: 0;
}

ol {
	padding: 0 0 8px 20px;
}

ul li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	text-align: left;
}

ol li {
	padding-bottom: 5px;
}

table.content_table {
	width: 100%;
}

table.content_table th {
	width:30%;
	padding:5px 10px;
	border: 1px solid #AE8B75;
	text-align: left;
	background-color: #ECDEC1;
}
table.content_table td {
	width:70%;
	padding:5px 10px;
	border: 1px solid #AE8B75;
	text-align: left;
}

.error {
	color: #ff0000;
}

/* INPUT */

.textbox {
	width: 200px;
	border: 1px solid #88704e;
	padding: 2px;
	background-color: #fff;
}

.textarea {
	width: 99%;
	border: 1px solid #88704e;
	padding: 2px;
	height: 120px;
	background-color: #fff;
}

.select {
	width: 206px;
	border: 1px solid #88704e;
	padding: 2px;
	background-color: #fff;
}

.button {
	border: 2px solid #fff;
	padding: 2px 20px;
	background-color: #7E5458;
	color: #F1EEDD;
	text-transform: uppercase;
	cursor: pointer;
}

.input_search {
	border: none;
	background: transparent;
	color: #000;
	width: 166px;
	padding: 2px 5px;
	font-size: 11px;
	height: 14px;
}

.button_search {
	width: 24px;
	height: 20px;
	background: transparent;
	border: none;
}