/* CSS Document */

body {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999;
	text-align: center;
}
table {
	text-align: center;
	width: 900px;
	padding: 0 0 0 0;
	border-style: none;
}
a {
	color: #06B;
	text-decoration: none;
}
a:hover {
	color: #39D;
	text-decoration: none;
}
.td_hr {
	height:1px;
	background-image:url(images/hr_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#intro_bg {
	margin: 0 auto;
	text-align: center;
	margin-top: 35px;
	width: 920px;
	height: 380px;
	background-image:url(images/intro_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.tb_lang_links {
	width: 100%;
	height: 50px;
	padding: 0 0 0 0;
	border-style: none;
	vertical-align: middle;
}
.td_sep {
	width: 3px;
	background-image:url(images/sep_line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.td_option {
	width: 221;
	text-align: center;
}
