@charset "windows-874";
.top_header {
	width: 924px;
	margin: auto;
	height: 30px;
}
.top_header .top_header_searchform {
	float: left;
}
.top_header .top_header_languages {
	float: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a.top_header_lang:link {
	color: #333333;
	text-decoration: none;
}
a.top_header_lang:visited {
	color: #333333;
	text-decoration: none;
 }
a.top_header_lang:active {
	color: #333333;
	text-decoration: none;
}
a.top_header_lang:hover { 
	color: #FF0000;
	text-decoration: underline;
}

a.top_header_lang_large:link {
	color: #333333;
	font-size:medium;
	text-decoration: none;
}
a.top_header_lang_large:visited {
	color: #333333;
	font-size:medium;
	text-decoration: none;
 }
a.top_header_lang_large:active {
	color: #333333;
	font-size:medium;
	text-decoration: none;
}
a.top_header_lang_large:hover { 
	color: #FF0000;
	font-size:medium;
	text-decoration: underline;
}