/*
Antonin 24/02/2005 19:21
*/
body {
	color: #999999;
	background: #333c55;
	font: 18px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: auto;
}

body.index {
	margin: 12% 18%;
	overflow: visible;
}

.hidden {
	display: none;
	visibility: hidden;
}

.content {
	margin: 0;
	border: 1px #cec8bf solid;
	background: #333c55;
	padding: 0;
}

#close {
	width: 53px;
	height: 13px;
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 6px;
}

#Link {
	width: 90%;
	text-align: center;
}

#Link span {
	color: #202020;
	font: 9px Verdana, Arial, Helvetica, sans-serif
}

#Link a {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#Link a.fullscreen {
	font-size: 12px;
	color: #ffffff;
}

#Link a:hover {
	color: #353e57;
}

#Link img {
	border: 0;
}

table.pm {
	padding: 10%;
	margin: -2px;
}

table.index {
	margin: -2px;
	border: 2px #4A5A7D solid;
	background: url('fd.jpg');
}

a strong
{
	color: #333;
	font-size: 1em;
	font-weight: 900;
	text-align: middle;
}

a strong.flash
{
	color: #ff3300;
	font-size: 1.6em;
	font-weight: 900;
	text-align: middle;
	text-decoration: blink;
}

a strong.html
{
	color: #33CCFF;
	font-size: 1.6em;
	font-weight: 900;
	text-align: middle;
	text-decoration: blink;
}