body {
	background-color: #333333;
	display: block;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

body, td {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

a {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

#topbox {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 10px;
	padding: 5px 0 0 0;
	background-color: #333333;
}

#copyr {
	position: absolute;
	top: 0px;
	left: 782px;
	z-index: 150;
}

.spacer {
	position: relative;
	height: 100px;
}

#footer {
	z-index: 120;
	position: absolute;
	left: 12px;
	width: 891px;
	background-color: #333333;
	bottom: 0px;
	padding: 5px 0 5px 0;
}

#leftmenu {
	z-index: 110;
	position: absolute;
	top: 160px;
	left: 20px;
	width: 160px;
	margin: 0;
	padding: 0;
}

div.hr {
	display: block;
	height: 0px;
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 0px;
	border: 1px solid #888888;
}

.main_text {
	z-index: 90;
	position: absolute;
	top: 156px;
	left: 195px;
	width: 510px;
	text-align: justify;
	font-style: italic;
}

.main_text a {
	text-decoration: none;
	color: #FFFFFF;
}

.main_text a:hover {
	text-decoration: underline;
}

.main_text img {
	margin: 2px 10px 2px 0;
}

#right {
	position: absolute;
	top: 175px;
	left: 730px;
	width: 160px;
	text-align: right;
}

#right a {
	color: #FFFFFF;
}

#right a:hover {
	text-decoration: underline;
}

/* @group dh_table */

table.dh_table {
	background-color: #222222;
	border-spacing: 0;
}

.dh_table td {
	margin: 0;
	padding: 1px 5px 1px 5px;
	font-family: inherit;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background: #333333 url(../gfx/td-bkg.jpg) repeat-y;
	border-bottom: 1px solid #222222;
}

.dh_table th {
	margin: 0;
	background-color: #222222;
	padding: 2px 5px 2px 5px;
}

.dh_table_small th, .dh_table_small td {
	font-size: 10px;
}

.dh_table_centered td {
	text-align: center;
}

.dh_table td.separator {
	border-right: 3px solid #222222;
}

/* @end */

table.mcol {
	border-spacing: 0;
}

table.mcol td {
	vertical-align: top;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: inherit;
	text-decoration: none;
	font-style: italic;
	font-variant: inherit;
	font-weight: normal;
	margin: 0;
	margin-bottom: 4px;
	line-height: normal;
	text-align: left;
}

h1 cite {
	font-size: 12px;
	color: #CCCCCC;
}

h1.popup {
	color: #ffffff;
	font-size: 28px;
	font-style: italic;
	font-variant: inherit;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: inherit;
	margin: 0;
}

h1.popup:first-letter {
	font-size: 42px;
}

h1:first-letter {
	font-size: 150%;
}

.fl {
	font-size: 150%;
}

.box {
	padding: 3px 7px 7px 3px;
	background-color: #222222;
	line-height: 110%;
}

.box_title {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 2px 7px 2px 3px;
}

table.inscription {
	background-color: #222222;
	border-spacing: 0;
}

.inscription td,th {
	padding: 1px 5px 1px 5px;
	font-family: inherit;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	background-color: #333333;
}

.inscription th {
	background-color: #222222;
	text-align: center;
}