<!--
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Times New Roman',Times,serif;
	color: #333;
}
body td {
	font-size: 90%;
	line-height: 1.6em;
}
h1, h2, h3 {
	margin: 0em;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #999990;
}
h1 {
	margin-top: 0.6em;
	font-size: 2.1em;
}
h2 {
	margin-top: 3.6em;
	font-size: 1.4em;
}
h3 {
	margin-top: 1.5em;
	font-size: 1em;
}
p {
	margin: 0.9em 0em 0em;
	text-align: justify;
}
.betony {
	float: left;
	margin-top: -0.01em;
	margin-right: 0.08em;
	border-top: 1px solid #E5E5DC;
	border-bottom: 1px solid #E5E5DC;
	padding: 0em 0.1em;
	background-color:#f5f5f0;
	font: normal 6em/1em Georgia,'Times New Roman',Times,serif;
	color: #B3B3A8;
}
#intro {
	margin-top: 2.5em;
	background-color: #f5f5f0;
	padding: 1.3em 1.2em 1.5em 1.5em;
	border-top: 1px solid #E5E5DC;
	border-bottom: 1px solid #E5E5DC;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 80%;
	font-style: italic;
	letter-spacing: 0.05em;
	color: #666;
	line-height: 1.5em;
}
#legalnote {
	margin-top: 2.1em;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.65em;
	line-height: 1em;
	text-align: justify;
	color: #999990;
}
#sidebar {
	margin-left: 2em;
	margin-right: 1em;
	padding: 2em 1em 2em 2.5em;
	border: 1px solid #ffc;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.5);
	/* background: -moz-radial-gradient(right top,circle cover,#ffffee,#ffc);
	background: -o-linear-radial-gradient(right top,circle cover,#ffffee,#ffc);
	background: -webkit-radial-gradient(right top,circle cover,#ffffee,#ffc);
	background: radial-gradient(right top,circle cover,#ffffee,#ffc); */
	background: -moz-linear-gradient(#ffffee, #ffc);
	background: -ms-linear-gradient(#ffffee, #ffc);
	background: -o-linear-gradient(#ffffee, #ffc);
	background: -webkit-linear-gradient(#ffffee, #ffc);
	background: linear-gradient(#ffffee, #ffc);/*  */
	background-color: #ffc;
}
.note {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.76em;
	color: #000;
	line-height: 1.4em;
}
#sidebar a:hover {
	color: darkgreen;
}
#legalnote a, #legalnote a:link, #legalnote a:active, #legalnote a:visited {
	font-weight: bold;
	color: #999990;
}
#legalnote a:hover {
	color: #666660;
}
#contenttext a, #contenttext a:link, #contenttext a:active, #contenttext a:visited {
	text-decoration: none;
	font-size: 0.85em;
	color: #fff;
	background-color: #ffb381;
}
#contenttext a:hover {
	text-decoration: none;
	background-color: #f60;
}
//-->