/* default */
body {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-image: url(img/bg.png);
	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%;
}
a {
	color: #383EA0;
	text-decoration: underline;
}
/* class */
td.head {
	height: 151px;
	background: #555BBA;
	background-image: url(img/head_bg.jpg); background-repeat: repeat-x;
}
td.head img {
	float: left;
	margin-left: 70px;
}
td.head div {
	float: left;
	margin-top: 60px;
	margin-left: -70px;
	color: #D7DBFF;
}
td.head div a {
	color: #D7DBFF;
}
td.title {
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #383EA0;
	height: 31px;
	background: #F2F3FE;
	background-image: url(img/title_bg.jpg); background-repeat: repeat-x;
}
div.menu {
	position: absolute;
	left: 243px;
	top: 80px;
	height: 18px;
	border-top: 1px solid #6F75D5;
}
div.menu table td {
	vertical-align: top;
	color: #FFFFFF;
}
ul.podmenu {
	position: absolute;
	top: 20px;
	display: none;
	border: 1px solid #555BBA;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 200px;
	background: #FFFFFF;
}
ul.podmenu li {
	color: silver;
}
td.page {
	height: 100%;
	margin-top: 0px;
	padding: 20px;
	padding-top: 10px;
	padding-left: 50px;
	text-align: justify;
	background: #FFFFFF;
}
td.foot {
	background: #F2F3FE;
	background-image: url(img/foot_bg.jpg); background-repeat: repeat-x;
	height: 86px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #383EA0;
}
a.line1 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	display: block;
	color: #555BBA;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
}
a.line2:hover {
	display: block;
}