body{
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #ffffe0;
	line-height: 1.2;
	margin: 0px;
	padding: 5px 7% 10px 7%;
	background-color: #303030;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 0.1em;
}

a:link {
	color: #C6BF05;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
a:visited {
	color: #bb8;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #d55;
}
h1 {
	font-size: 20pt; 
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;	
}
h4 {
	font-size: 10pt;
}

dl {
	font-weight: bold;
	margin: 10px 0 5px 0;
}
dt {
	margin: 0 0 6px 15px;
}

td {
	vertical-align: top;
}
img.left {
	float: left;
	border: 3px;
	border-top: solid #504040;
	border-right: solid #a09090;
	border-bottom: solid #c0b0b0;
	border-left: solid #706060;
}
img.right {
	float: right;
	border: 3px;
	border-top: solid #504040;
	border-right: solid #a09090;
	border-bottom: solid #c0b0b0;
	border-left: solid #706060;
}
img.frame {
	margin: 2px 0 2px 0;
	border: 2px;
	border-top: solid #504040;
	border-right: solid #a09090;
	border-bottom: solid #c0b0b0;
	border-left: solid #706060;
	
}
ul {
	padding: 0 0 10px 10px;
	
}
li {
	padding: 5px 0 0 5px;
	margin: 0;
}
li li {
	padding: 2px 0 0 2px;
}
/*  PAGE  ***********************************************/
div#page {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/*background-color: #303030;*/
	padding-bottom: 25px;
	/*border-top: 5px solid #444;
	border-right: 5px solid #999;
	border-bottom: 5px solid #ddd;
	border-left: 5px solid #666;*/	
}
/*   CLOCK  ********************************************/

table#clock {
	position: relative;
	left: 15%;
	top: 3px;
	width: 70%;
	padding: 0;
	z-index: 0;
	border: solid 1px #666;
}
td.clock, th.clock  {
	width: 88px;
	height: 14px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0 2px 0 2px;
}
th.clock {
	color: #f00;
}

/*  TITLE / Header  ********************************/
div#title {
	position: relative;
	left: 0;
	top: 24px;
	width: 100%;
	height: 80px;
	padding: 0;
	z-index: 0;
	background: url(graphics/TitleEEEEEE.png) no-repeat center center;
}

#header img {
	padding: 10px 0 0 0;
}

/*  FLAGS  ***********************************/
div#fre {
	text-align: right;
	font-size: 12pt;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	top: 5px;
	left: -30px;
	width: 40px;
	height: 20px;
	border: 1px solid #666;
	z-index: 1;
}

div#eng {
	text-align: left;
	font-size: 12pt;
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	top: 5px;
	right: -30px;
	width: 40px;
	height: 20px;
	border: 1px solid #666;
	z-index: 1;
}
/*  CONTENTS  *************************************/
div#contents {
	position: relative;
	top: 30px;
	left: 0;
	width: 100%;
	min-height: 540px;
	padding-bottom: 5px;
	text-align: left;
}
div#contents td.top {
	padding: 0 68px 10px 63px;
}
div#f {
/*	position: relative;
	top: 0;*/
	display: block;
}
div#e {
/*	position: absolute;
	top: 0;*/
	display: none;
}

div#contents td.contents {
	padding: 0 25px 0 25px;
	border: 1px solid #666;
}

/*  Images  ************************************/
div#contents td.images {
	width: 200px;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #666;
}

/*  MENU  ******************************************/

div#contents td.menu {
	width: 140px;
	padding: 2px;
	border: 1px solid #666;
	text-align: left;
}

td.menu ul{
	padding: 0;
	margin-left: 20px;
	text-align: left;
}

td.menu li {
	padding: 4px 0 4px 0;
	margin: 0;
}

td.menu li li {
	padding: 0 0 1px 0;
}
div#menuF {
/*	position: absolute;
	top: 20px;*/
	display: block;
}

div#menuE {
/*	position: absolute;
	top: 20px;*/
	display: none;
}
div#counter {
	position: absolute;
	left: 20px;
	bottom: -35px;
	color: #dd9;
}
/* Contacts  *************************************/
div#contents table.contact td {
	text-align: left;
	border: 1px solid #aaa;
	margin: 0;
	padding: 1px 5px;
	vertical-align: middle;
}
div#contents table.contact td.x {
	text-align: center;
	border: 1px solid #aaa;
	margin: 0;
	padding: 1px 5px;
	vertical-align: middle;
}
/*  FOOTER  *************************************/
div#footer {
	position: relative;
	top: 25px;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	color: #dd9;
	font-size: 8pt;
}
