@charset "utf-8";
/* CSS Document */
body {
	background-color	: #FFF;
	background-image	: url(../images/bkg_bottom_home.gif);
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
}
.bottomContainer {
	position			:relative;
}
.imglink {
	margin-right		:50px;
}
.language {
	margin-top			:45px;
	text-align			:center;
}
.link {
	margin-top			:90px;
	height				:200px;
	text-align			:center;
}
.logo {
	text-align			:center;
	margin-top			:50px;
}
.pageContainer {
	width				:100%;
	margin-left			:auto;
	margin-right		:auto;
	text-align:center;
}
.textbottom1 {
	color				:#455560;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:12px;
	font-weight			:bold;
	margin-bottom		:15px;
	margin-top			:50px;	
	text-align			:center;
}
.textbottom2 {
	color				:#666;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:10px;
	text-align			:center;
}
a.textbottom2 {
	color				:#666;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:10px;
	text-align			:center;
	text-decoration		:underline;
}
a.textbottom2:hover {
	text-decoration		:underline;
}
.textheader {
	color				:#FFF;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:12px;
	letter-spacing		:4px;
	margin-top			:10px;
	text-decoration		:none;
}
a.textlanguage {
	color				:#FFF;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:11px;
	font-weight			:bold;
	margin-right		:15px;
	text-decoration		:none;
}
a.textlanguage:hover {
	color				:#FFF;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:11px;
	font-weight			:bold;
	margin-right		:15px;
	text-decoration		:none;
	border-top			:#ffaa00 solid 2px;
}
a.textlanguageover {
	color				:#FFF;
	font-family			:Arial,Helvetica,sans-serif;
	font-size			:11px;
	font-weight			:bold;
	margin-right		:15px;
	text-decoration		:none;
	border-top			:#ffaa00 solid 2px;
}
.topContainer {
	border				:1px solid #455560;
	height				:500px;
	background-image	:url(../images/bkg_top_home.gif);
	text-align			:center;
	position			:relative;
}