/* 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.body {
	width: 100%;
	background-image: url(img/head_bg.png); background-repeat: no-repeat;
	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: #6F6F6F;
	text-decoration: underline;
}
/* class */
td.head {
	height: 95px;
	background: #FFFFFF;
	background-image: url(img/top_bg.png); background-repeat: repeat-x;
}
td.head img {
	float: left;
}
td.head div {
	float: left;
	margin-top: 55px;
	margin-left: -50px;
	font-size: 11px;
}
td.head div a {
	color: #000000;
}
div.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 340px;
	text-align: right;
	font-size: 13px;
	font-family: Arial;
	color: #FFFFFF;
}
td.tmenu {
	background-image: url(img/menu_line.png); background-repeat: repeat-x;
	height: 22px;
}
div.menu {
	position: absolute;
	left: 0px;
	top: 73px;
	height: 18px;
	padding-left: 370px;
	padding-right: 20px;
}
div.menu table td {
	vertical-align: top;
	color: #6E8DE9;
}
ul.podmenu {
	position: absolute;
	top: 25px;
	display: none;
	border: 1px solid #866CDD;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	background: #FFFFFF;
}
ul.podmenu li {
	color: silver;
}
td.page {
	margin-top: 0px;
	padding: 20px;
	padding-top: 0px;
	text-align: justify;
	background-image: url(img/page_bg.png); background-repeat: no-repeat;
}
div.content {
	margin-right: 20px;
	margin-left: 100px;
	padding: 10px;
}
td.foot {
	background: #A5A5A5;
	background-image: url(img/bottom_bg.png); background-repeat: repeat-x;
	height: 99px;
}
td.foot div.footer {
	background-image: url(img/bottom.png); background-repeat: no-repeat; background-position: right;
	height: 99px;
}
div.footer div {
	padding-top: 40px;
}
a.line1 {
	font-size: 12px;
	font-weight: bold;
	color: #03247E;
	text-decoration: none;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	display: block;
	color: #03247E;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}
a.line2:hover {
	display: block;
	background: #AE96FF;
	color: #FFFFFF;
}

