@charset "utf-8";
/* CSS Document */
* {
	margin:0 auto;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
#wrapper {
	width:760px;
	height:auto;
}
#header {
	width:760px;
	height:141px;
	background:url(../images/bg_header.jpg) scroll no-repeat 0 0;
}
#main {
	margin:30px 0 25px 0;
}
/* Footer ------------- */
#footer {
	position:relative;
	width:760px;
	height:162px;
	background:url(../images/bg_footer.jpg) scroll no-repeat 0 0;
}
#footer span {
	width:100px;
	height:100px;
}
#footer span a {
	position: absolute;
	top: 25px;
	right: 24px;
	display: block;
	text-indent: -9999px;
	width: 167px;
	height: 116px;
	overflow:hidden;
}
/* Tables ------------- */
.table_select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#15316E;
}
.table_select_year {
	width:80%;
	color:#15316E;
}
.table_select_year_file {
	width:20%;
}
.table_select_year_file span {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#15316E;
}
.table_files {
	margin:5px 0 15px 70px;
}
.table_files tr {
	height:35px;
}
.table_title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#EC9C01;
}
.table_file_type {
	font-weight:bold;
}
.table_file_size {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#15316E;
	width:20%;
}
.table_title td {
	border-bottom:1px solid #EC9C01;
}
.table_date, .table_size {
	width:10%;
}
.table_size {
	text-align:center;
	text-decoration:underline;
}
.table_ico {
	width:5%;
	text-align:center;
}
.table_date, .table_name, .table_size {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#14316D;
}
.table_name a {
	text-decoration:underline;
	color:#14316D;
}
.table_name a:hover {
	text-decoration:none;
}
/* Copyright ------------- */
#copyright {
	float:left;
	width:760px;
}
#copyright_nav {
	font-family:Verdana, Geneva, sans-serif;
	margin: 35px 0px 0px 200px;
	list-style-type:none;
	height:50px;
}
#copyright_nav li {
	display:inline;
	float:left;
	border-left:1px solid #16316F;
	border-color:#16316F;
	padding:0 5px;
}
#copyright_nav li.first {
	border:none;
}
#copyright_nav li a {
	font-size:11px;
	text-decoration:underline;
	color:#16316F
}
#copyright_nav li a:hover {
	text-decoration:none;
}

