/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-attachment: fixed;
}
div#flashObject {
	position: relative;
	height: 400px;
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#flashObject p {
	font-size: 10px;
	color: #333;
	text-align: center;
}
div#flashObject a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div#flashObject a:link:hover {
font-weight: bold;
	color: #006;
	text-decoration: none;
}
div#flashObject a:visited {
font-weight: bold;
	color: #333;
	text-decoration: none;
}
div#flashObject a:visited:hover {
font-weight: bold;
	color: #006;
	text-decoration: none;
}
table {
	margin: 0 auto;
	width: 705px;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}
div#language {
	text-align: right;
}
div#language p {
	font-size: 11px;
}
div#language span.disabled {
	font-weight: bold;
	color: #666;
}
div#language a:link {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
div#language a:link:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
div#language a:visited {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
div#language a:visited:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
div#language img {
	border: 1px solid #666;
	position: relative;
	top: 4px;	
}
