/* 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 {
	border-collapse: collapse;
	border-color: black;
}
table.body {
	width: 100%;
	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%;
	border-color: black;
}
a {
	color: #6F6F6F;
	text-decoration: underline;
}
/* class */
td.r_top {
	background-image: url(img/head_bg.png); background-repeat: repeat-x;
	position: right top;
	vertical-align: bottom;
}
td.head {
	height: 128px;
	width: 247px;
}
div.thead {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #2749AA;
}
div.title {
	margin-bottom: 7px;
	padding-left: 10px;
	font-size: 13px;
	color: #00217E;
	background: #FFFFFF;
	border-top: 1px solid #7F90C0;
	border-bottom: 1px solid #7F90C0;
}
td.tmenu {
	background-image: url(img/menu_bg.png); background-repeat: repeat-y;
	width: 247px;
	vertical-align: top;
}
div.menu {
	/*border: 1px solid #000000;*/
	color: #9F9F9F;
	padding-left: 15px;
	padding-top: 5px;
}
div.menu table td {
	vertical-align: top;
	color: silver;
}
ul.podmenu {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
ul.podmenu li {
	color: #000000;
}
td.page {
	height: 100%;
	background: #FFFFFF;
}
div.page_body {
	height: 100%;
	margin-top: 0px;
	padding: 20px;
	padding-top: 10px;
	text-align: justify;
	background-image: url(img/page_bg.png); background-position: right bottom; background-repeat: no-repeat;
}
td.bottom {
	height: 90px;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: left;
	background-image: url(img/bottom_bg.png);background-repeat: repeat-x;
}
td.bottom span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #000000;
}
a.line1 {
	background-image: url(img/folder.png); background-repeat: no-repeat;
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	color: #000000;
	text-decoration: underline;
}
a.line1:hover {
	text-decoration: none;
}
a.line2 {
	display: block;
	color: #000000;
	font-size: 11px;
}
a.line2:hover {
	display: block;
	text-decoration: none;
}