@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C6A61;
	font-size: 14px;
}

div#centered
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

div#header
{
	width: 720px;
}

div#footer
{
	font-size: 11px;
	width: 720px;
	text-align: right;
}

div#content
{
	width: 720px;
	font-size: 12px;
}

h1
{
    float: left;
	width: 402px;
	font-size: 16px;
	font-weight: normal;
	margin-left: 12px;
	margin-bottom: 1.5em;
}

h2
{
    /*margin-top: -0.5em;*/
	font-weight: bold;
	font-size: 12px;
}

span.first
{
	color: #474747;
	font-weight: bold;
}

span.copyright
{
    font-weight: lighter;
	text-align: right;
}

ul#navi
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 20;
	float: left;
	width=100%;
	margin-bottom: 0;
}

ul#navi>li
{
	position: relative;
	top: 0em;
	float: left;
	margin-left: 0.5em;
}

ul#navi>li>a
{
    display: block;
	width=8em;
}

.clear
{
    clear: both;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #003399;
}

ul.contentnomarks
{
	list-style-type: none;
}

ul.contentnomarks>li
{
	margin-left: 0;
	padding: 0;
}

.generaltext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 12px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {font-size: 14px}
.style5 {color: #52504A; font-family: Arial, Helvetica, sans-serif;}
.style7 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {
	color: #474747;
	font-weight: bold;
}
.style9 {font-size: 12px}
.style10 {font-size: 10px}
div#content.img {border-radius: 20px;}
