body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e32e15;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
a:hover {
	border: 0px none #000000;
}
#top {
	height: 90px;
	margin-top: 8px;
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
}
#top_w960 {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#language {
	text-align: right;
	margin-right: 8px;
}
#language a {
	color: #000000;
	text-decoration: none;
}

#menu {
	text-align: right;
	padding-right: 40px;
	padding-top: 40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin-left: 18px;
}
#menu li a {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 924px;
	background-color: #dae4e8;
	padding-top: 50px;
	background-image: url(/images/content_left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 36px;
	text-align: justify;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/footer_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 120px;
}

