/* CSS Document */

body {
	font-family				: Arial, Helvetica, sans-serif;
	background-color		: #000000;
	}

h1 {
	font-size				: large;
	}

h2 {
	font-size				: medium;
	}

h3 {
	font-size				: medium;
	font-style				: italic;
	}

h4 {
	font-size				: small;
	}

h5 {
	font-size				: small;
	font-style				: italic;
	}

h6 {
	font-size				: x-small;
	}

table {
	font-size				: small;
	}

td {
	vertical-align			: top;
	}

.body {
	position				: absolute;
	top						: 0px;
	left					: 0px;
	}

.language-menu {
	font-size				: x-small;
	color					: #000000;
	text-align				: right;
	}

.language-menu a {
	color					: #000000;
	}

.content1 {
	padding-right				: 16px; /* for the benefit of MacIE5 only */
	width						: 289px;
	height						: 383px;
	position					: relative;
	top							: 39px;
	left						: 21px;
	overflow					: auto;
	scrollbar-base-color		: #545454;
	scrollbar-track-color		: #CCCCCC;
	scrollbar-face-color		: #545454;
	scrollbar-highlight-color	: #545454;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-shadow-color		: #545454;
	scrollbar-arrow-color		: #FFFFFF;
	}

/* \ commented backslash hack - recover from MacIE5 workarounds, it will ignore the following rule */
.content1 {
	padding-right				: 0px;
	}

.content2 {
	padding-right				: 16px; /* for the benefit of MacIE5 only */
	width						: 128px;
	height						: 383px;
	position					: relative;
	left						: 10px;
	top							: 39px;
	overflow					: hidden;
	}

/* \ commented backslash hack - recover from MacIE5 workarounds, it will ignore the following rule */
.content2 {
	padding-right				: 0px;
	}

.content-normal {
	font-size				: small;
	color					: #FFFFFF;
	width					: 269px;
	height					: 363px;
	}

.content-normal a {
	color					: #FFFFFF;
	}

.content-right {
	font-size				: small;
	color					: #FFFFFF;
	width					: 108px;
	height					: 363px;
	}

.content-right a {
	color					: #FFFFFF;
	}

.footer {
	font-size				: x-small;
	color					: #FFFFFF;
	text-align				: center;
	}

.footer a {
	color					: #FFFFFF;
	}
