/* default */
body {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-image: url(img/head_bg.png); background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: black;
	margin: 0px; padding: 0px;
}
td {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #0C1D90;
	line-height: 125%;
}
a {
	color: #6773C2;
	text-decoration: underline;
}
/* class */
td.head {
	height: 108px;
}
td.head img {
	position: absolute;
	left: 0px;
	top: 0px;
}
td.head div {
	position: absolute;
	left: 211px;
	top: 90px;
	color: #FFFFFF;
}
td.title {
	background-image: url(img/head_bottom.png); background-repeat: no-repeat;
	height: 19px;
	vertical-align: middle;
}
td.title div {
	padding-left: 211px;
	font-size: 12px;
	color: #0C1D90;
}
/*td.menu {
	height: 30px;
	padding-left: 210px;
	background: #F8F9FF;
}*/
div.menu_cont {
	width: 190px;
	margin: 10px;
	background: transparent url(img/menu_center.png) repeat-y;
}
div.menu_top {
	height: 10px;
	background: transparent url(img/menu_top.png) no-repeat;
}
div.menu {
	padding-bottom: 10px;
}
div.menu_bottom {
	height: 10px;
	background: transparent url(img/menu_bottom.png) no-repeat bottom;
}
div.podmenu {
	display: block;
}
div.page {
	margin: 15px;
	padding: 20px;
	text-align: left;
	background-image: url(img/page_bg.png); background-repeat: no-repeat;
}
td.foot {
	background-image: url(img/foot_bg.png); background-repeat: repeat-x;
	height: 68px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #000000;
}
a.line1 {
	display: block;
	margin: 1px;
	padding: 5px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px solid #E7EBFF;
}
a.line1:hover {
	border-bottom: 3px double #E7EBFF;
	background: #F2F4FF;
}
a.line2 {
	display: block;
	margin: 1px;
	padding: 3px;
	padding-left: 30px;
	border-bottom: 1px dashed #E7EBFF;
	font-size: 12px;
	text-decoration: none;
}
a.line2:hover {
	border-bottom: 1px solid #E7EBFF;
	background: #F2F4FF;
}
