/* 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-spacing: 0px;
	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: Arial, sans-serif;
	color: #002F55;
	line-height: 125%;
	border-color: black;
}
a {
	color: #00458B;
	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: 119px;
	width: 231px;
}
div.thead {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
	color: #2749AA;
}
div.title {
	background-image: url(img/title.png); background-repeat: no-repeat;
	margin-bottom: 7px;
	margin-left: 5px;
	padding-top: 7px;
	padding-left: 35px;
	height: 30px;
	font-size: 13px;
	color: #00458B;
}
td.tmenu {
	background-image: url(img/menu.png); background-repeat: no-repeat;
	width: 231px;
	vertical-align: top;
}
div.menu {
	/*border: 1px solid #000000;*/
	margin-top: 40px;
	color: #9F9F9F;
	padding-left: 10px;
	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: #4A84A0;
}
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;
	border-top: 1px dashed #6898B1;
	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 {
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	color: #00458B;
	text-decoration: underline;
}
a.line1:hover {
	text-decoration: none;
}
a.line2 {
	display: block;
	color: #00458B;
	font-size: 11px;
}
a.line2:hover {
	display: block;
	text-decoration: none;
}