/* 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;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px; padding: 0px;
	border-color: black;
}
td {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	line-height: 125%;
	border-color: black;
}
a {
	color: #7C7C7C;
	text-decoration: underline;
}
/* class */
td.head {
	height: 130px;
}
td.head img {
	float: left;
}
td.head div {
	float: left;
	margin-top: 103px;
	margin-left: 10px;
	font-size: 13px;
	color: #5D5D5D;
}
div.title {
	font-size: 13px;
	color: silver;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed silver;
}
div.title b {
	color: #5D5D5D;
}
td.left_menu {
	background: #DBDBDB;
}
div.menu_cont {
	margin: 15px;
	width: 201px;
	background-image: url(img/menu_bg.png); background-repeat: repeat-y;
}
div.menu_top {
	width: 201px;
	height: 10px;
	background-image: url(img/menu_top.png); background-repeat: no-repeat;
}
div.menu {
	width: 201px;
}
div.menu_bottom {
	width: 201px;
	height: 10px;
	background-image: url(img/menu_bottom.png); background-repeat: no-repeat; background-position: bottom;
}
td.page {
	background-image: url(img/border_page.png); background-repeat: repeat-y;
	padding: 20px;
	padding-top: 10px;
	text-align: left;
}
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;
	background-image: url(img/folder.png); background-repeat: no-repeat;
	margin: 1px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.line2 {
	display: block;
	margin-left: 35px;
	padding: 3px;
	text-decoration: none;
}