@charset "utf-8";
html {
	overflow-x: hidden;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #FFFFFF;
}
body {
	background-image: url('images/bg_03.png');
	background-repeat: repeat-y;
	background-color: #dbdbdb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #516583;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #516583;
}
a:hover {
	text-decoration: none;
	color: #B8C2D3;
}
a:active {
	text-decoration: none;
	color: #516583;
}

#bg1 {
	background-image:url('images/bg_01.png');
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 756px;
	z-index: 5;
}

#bg2 {
	background-image: url('images/bg_02.png');
	background-repeat: repeat-x;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}

#menu {
	position: absolute;
	margin: 0px;
	top: 250px;
	left: 0px;
	width: 380px;
	height: 300px;
	z-index: 10;
}

#contentimage {
	position: absolute;
	margin: 0px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	top: 0px;
	left: 380px;
	width: 410px;
	z-index: 20;
}

#contenttext {
	position: absolute;
	margin: 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	top: 0px;
	left: 380px;
	width: 340px;
	z-index: 20;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
}
.fontsize10px {
	font-size: 10px
}
