body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 17px;
	letter-spacing: 2px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
#DivWrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	height: 600px;
	background-image: url(../img/bg_img.gif);
	background-repeat: no-repeat;
	background-position: 17px 3px;
}
#DivWrapperEnglish {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	height: 600px;
	background-image: url(../img/bg_img_eng.gif);
	background-repeat: no-repeat;
	background-position: 17px 3px;
}
#DivWrapperIndex {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	height: 200px;
	background-image: url(../img/index_img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 160px;
}
#DivNavigationIndex  {
	text-align: center;
}
#DivNavigationIndex   ul  {
	list-style-type: none;
}
#DivNavigationIndex  ul  li  {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#DivNavigationIndex  ul  li  a  {
	text-decoration: none;
}
#DivWrapper #DivNavigation {
	width: 143px;
	margin-left: 166px;
	float: left;
	margin-top: 30px;
}
#DivWrapper #DivNavigation   ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#DivWrapper #DivContent {
	float: left;
	width: 490px;
}
#DivWrapper #DivTxt {
	margin-left: 20px;
	margin-top: 30px;
}
.normal_txt {
	line-height: 20px;
}
.table_properties {
	padding-top: 5px;
	padding-bottom: 5px;
}
.txt_24_bold {
	font-size: 24px;
	font-weight: bold;
}
.txt_24_regular {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
.txt_15px {
	font-size: 15px;
}

.txt_10px {
	font-size: 10px;
}
.padding_right_10px {
	padding-right: 10px;
}


.txt_48px {
	font-size: 48px;
	padding-top: 23px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.color_light_red {
	color: #F5663E;
}

.img_left {
	float: left;
	margin-right: 10px;
}
