/* default */
body {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-image: url(img/body_bg.png); background-repeat: repeat-y;
	text-align: center;
	background-color: #FFFFFF;
}
table.body {
	width: 80%;
	background-image: url(img/top_bg.png); background-repeat: repeat-x;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px; padding: 0px;
}
td {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	line-height: 125%;
}
a {
	color: #6F6F6F;
	text-decoration: underline;
}
/* class */
td.r_top {
	background-image: url(img/top_right.png); background-repeat: no-repeat;
	position: right top;
	width: 10px;
}
td.head {
	height: 143px;
}
td.head img {
	float: left;
}
td.head div {
	float: left;
	margin-top: 65px;
	margin-left: -210px;
	color: #000000;
	font-size: 12px;
}
div.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
	color: #7B7B7B;
}
td.tmenu {
	background-image: url(img/menu_bg.png); background-repeat: no-repeat;
	width: 176px;
	vertical-align: top;
}
div.menu {
	/*border: 1px solid #000000;*/
	color: #9F9F9F;
	padding: 20px;
}
div.menu table td {
	vertical-align: top;
	color: silver;
}
ul.podmenu {
	display: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
ul.podmenu li {
	color: silver;
}
td.page {
	height: 100%;
	background: #F8F8F8;
	background-image: url(img/page_left.png); background-repeat: repeat-y;
}
div.page_body {
	height: 100%;
	margin-top: 0px;
	padding: 20px;
	padding-top: 10px;
	text-align: justify;
	background-image: url(img/page_right.png); background-position: right top; background-repeat: repeat-y;
}
td.bottom {
	border-top: 1px solid #D3D3D3;
	height: 90px;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: left;
	background-image: url(img/bottom_bg.png); background-position: right bottom; background-repeat: no-repeat;
}
td.bottom span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #000000;
}
a.line1 {
	background-image: url(img/ico.png); background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	color: #9F9F9F;
	text-decoration: none;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	display: block;
	color: #6F6F6F;
	font-size: 11px;
}
a.line2:hover {
	display: block;
}