/* 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: #588495;
}
table{
	border-collapse: collapse;
	border-color: black;
}
table.body {
	width: 80%;
	border-left: 2px solid #5C5C5C;
	border-right: 2px solid #5C5C5C;
	background: #D6E5EB;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px; padding: 0px;
}
td {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color: #000000;
	line-height: 125%;
	border-color: black;
}
a {
	color: #6F6F6F;
	text-decoration: underline;
}
/* class */
td.head {
	height: 82px;
	background: #FFFFFF;
	background-image: url(img/head_bg.png); background-repeat: repeat-x;
}
td.head div {
	position: absolute;
	top: 80px;
	padding-left: 20px;
	color: #000000;
	font-size: 11px;
}
div.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #004A66;
}
td.tmenu {
	background-image: url(img/menu_bg.png); background-repeat: repeat-x;
	height: 29px;
}
div.menu {
	position: absolute;
	left: 0px;
	top: 112px;
	height: 18px;
	width: 100%;
	color: #004A66;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
div.menu table td {
	vertical-align: top;
	color: #6DADC6;
}
ul.podmenu {
	position: absolute;
	top: 20px;
	display: none;
	border: 1px solid #004A66;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	background: #F9CC58;
}
ul.podmenu li {
	color: #000000;
}
td.page {
	height: 100%;
	margin-top: 0px;
	padding: 20px;
	padding-top: 10px;
	text-align: justify;
}
td.foot_top {
	height: 23px;
	text-align: right;
	background-image: url(img/foot_top.png); background-repeat: repeat-x;
}
td.foot {
	background: #FFFFFF;
	background-image: url(img/foot_bot.png); background-repeat: repeat-x;
	height: 70px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #000000;
}
a.line1 {
	font-size: 12px;
	font-weight: bold;
	color: #004A66;
	text-decoration: none;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	display: block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
}
a.line2:hover {
	display: block;
	color: #FFFFFF;
	background: #588495;
}