/* 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;
	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: no-repeat;
	border-right: 1px solid #D6D6D6;
	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 */
table.top {
	height: 110px;
	background: #F4F4F4;
	background-image: url(img/top_bg.png); background-repeat: repeat-x;
}
td.head {
	height: 100px;
	width: 297px;
}
td.thead {
	width: 100%;
	vertical-align: top;
	background-image: url(img/top_img.png); background-repeat: no-repeat;
}
td.thead div {
	margin-top: 12px; padding-left: 20px;
}
div.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: Arial;
	color: #003471;
	border-bottom: 1px solid silver;
}
td.tmenu {
	background-image: url(img/menu_line.png); background-repeat: repeat-x;
	height: 22px;
}
div.menu {
	position: absolute;
	left: 360px;
	top: 86px;
	height: 18px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
div.menu table td {
	vertical-align: top;
	color: #003471;
}
ul.podmenu {
	position: absolute;
	top: 20px;
	display: none;
	border: 1px solid silver;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	background: #FFFFFF;
}
ul.podmenu li {
	color: silver;
}
td.page {
	height: 100%;
	margin-top: 0px;
	padding: 20px;
	padding-left: 45px;
	padding-top: 10px;
	text-align: justify;
	background: #F4F4F4;
	background-image: url(img/page_bg.png); background-repeat: repeat-y;
}
table.foot_table {
	height: 106px;
	background-image: url(img/foot_bg.png); background-repeat: repeat-x;
}
td.foot {
	background-image: url(img/page_bg.png); background-repeat: repeat-y;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 25px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #000000;
}
td.foot_right {
	width: 166px;
	background-image: url(img/foot_img.png); background-repeat: no-repeat;
}
a.line1 {
	font-size: 12px;
	font-weight: bold;
	color: #003471;
	text-decoration: none;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	display: block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}
a.line2:hover {
	display: block;
	background: #F0B82F;
	color: #FFFFFF;
}