/* 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: 100%;
	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%;
}
li {
	color:  black;
}
a {
	color: #4A3E79;
	text-decoration: underline;
}
/* class */
td.head {
	background: #8288F0;
	background-image: url(img/head_bg.png); background-repeat: repeat-x;
	height: 108px;
}
td.head img {
	float: left;
}
td.head div {
	margin-top: 73px;
	margin-left: -15px;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
}
td.head div a {
	color: #FFFFFF;
}
div.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 350px;
	border-bottom: 1px solid #000000;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
div.menu {
	background-image: url(img/main_menu.png); background-repeat: repeat-x;
	height: 24px;
	padding-top: 8px;
	padding-left: 20px;
	vertical-align: top;
	color: #4A3E79;
}
#child_menu {
	background-image: url(img/child_menu.png); background-repeat: repeat-x;
	height: 14px;
	padding-left: 40px;
	font-size: 11px;
	color: #4A3E79;
}
div.podmenu {
	display: none;
}
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-left: 10px;
	background: #5F67B6;
	background-image: url(img/foot.png); background-repeat: repeat-x;
}
a.line1 {
	background-image: url(img/ico.png); background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #4A3E79;
	text-decoration: none;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	color: #4A3E79;
	font-size: 11px;
}