#back {
	background-image: url(background.jpg);
	background-repeat: no-repeat
}

#linklist {
	position: absolute;
	top: 250px;
	left: 40px;
	width: 164px;
	background: #;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#linklistmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	background: #;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#linklistmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	text-decoration: none;
	color: #6F4228;
	line-height: 14px;
}

#linklistmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	text-decoration: underline;
	color: #6F4228;
	line-height: 14px;
} 

#search {
	margin-left: -8px;
	margin-top: 200px;
}


#content{
	position: absolute;
	top: 120px;
	left: 235px;
	width: 480px;
	padding: 15px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6F4228;
	line-height: 16pt;

}

#content .jtext{
	text-indent: 0.3cm;
	text-align: justify;
	color: #6F4228;
}

#content .btext {
	font-weight: 600;
	color: #6F4228;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	text-decoration: none;
	color: #6F4228;

}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	color: #6F4228;
	text-decoration: underline;
}

#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	text-decoration: none;
	color: #6F4228;
}

#content a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	text-decoration: underline;
	color: #6F4228;
}

#content .update {
	padding-top: 30px;
	font-size: 7pt;
	color: #888888;
	text-align: center;
}

#content .header {
	font-weight: 900;
	color: #6F4228;
	font: Arial 15pt;
}

#content .title {
	font-weight: 900;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6F4228;
	margin-bottom: 14px;
	height: 45px;
}

#content .table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6F4228;
	border-style:solid;
	border-color:#6F4228;
	border-width:1px;
	padding: 7;
	align: center;
}

#content .table td {
	border-top-style: solid;
	border-color: #6F4228;
	border-width: 1px;
	padding: 3px;
}

#content img {
	border-width: 0cm;
	margin: 0.3cm;
}

#content .breadcrumb {
	text-align: right;
	color: #888888;
	font-size: 8pt;
	padding-bottom: 15px;
	padding-top: 5px;
}

#content .breadcrumb a {
	font-weight: 400;
	color: #888888;
	font-size: 8pt;
}

#content .breadcrumb a:visited {
	font-weight: 400;
	color: #888888;
	font-size: 8pt;
}

#content .breadcrumb a:hover {
	font-weight: 400;
	color: #888888;
	font-size: 8pt;
}

