/* default */
body {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #0C1D90;
	line-height: 125%;
}
table {
	border-collapse: collapse;
	border-color: black;
}
table.main {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px; padding: 0px;
	background: #0962B5;
}
td {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #0C1D90;
	line-height: 125%;
	border-color: black;
}
a {
	color: #4090E2;
	text-decoration: underline;
}
/* class */
td.head {
	background-image: url(img/head.png); background-repeat: no-repeat;
	height: 172px;
}
div.head_text {
	height: 80px;
	padding-left: 345px;
	padding-top: 10px;
	color: #FFFFFF;
}
td.head img {
	margin-left: 288px;
	margin-top: 40px;
}
div.title {
	padding-left: 300px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
td.menu {
	background: #62A8E7;
	background-image: url(img/menu_bg.png); background-repeat: no-repeat; background-position: left top;
	padding-top: 35px;
	border-right: 1px solid #0962B5;
}
td.menu div {
	margin-left: 10px;
}
div.podmenu {
	margin-bottom: 10px;
}
td.page {
	background: #BFE1FE;
	background-image: url(img/page_bg.png); background-repeat: no-repeat; background-position: right bottom;
	padding: 20px;
	text-align: justify;
}
td.foot {
	background-image: url(img/foot_bg.png); background-repeat: repeat-x;
	height: 53px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #FFFFFF;
}
a.line1 {
	background-image: url(img/menu_ico.png); background-repeat: no-repeat;
	padding: 2px;
	padding-left: 25px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.line2 {
	padding-left: 15px;
	display: block;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}