@charset "utf-8";
/* CSS Document */

html { height: 100%; }
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
img { border: 0px; }

/* intro page */
.logo {
	font-weight: bold;
	padding: 90px 0px 0px;
	text-align: center;
}
.language {
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
}
.language a {
	color: #333333;
	text-decoration: none;
}
.language a:hover {
	color: #999999;
	text-decoration: none;
}
table {	text-align: center; }