html, body, table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background-color: #ffffff;
}
.content{
	margin-left: 10px;
	margin-top:10px;
	font-size:small;
}
div.title{
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #654b46
}
a{
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #654b46
}
a:hover{
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #a56b66
}
span.promo{
	font-size: medium;
/* 	text-decoration: underline; */
	font-weight: bold;
	color: #654b46
}
table.promo{
	border-width: 1px 0px 1px 0px;
	border-color: #654b46;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 3px;
	margin: 3px 0px 8px 0px;
	width: 100%;
}
table.promo td{
	border-width: 1px 0px 1px 0px;
	border-color: #654b46;
	border-style: solid;
	padding: 4px 0px 4px 0px;
	width: 25%;
}

.listaalja {border-bottom:1px dotted gray;}
.search {
	width:120px;
	margin-bottom:5px;
	margin-top:15px;
}
.search_submit {
	width:70px;
	margin:0px;
}