@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Agency FB, Verdana, Arial, Georgia;
	font-size: 18px;
	color: #000000;
}
body {
	background-color: #999999;
	text-align:center;
	margin:0;
}
.wrapper {
	background-color:#FFFFFF;
	margin:0 auto;
	width:800px;
	text-align:left;
	}
.header {
	width: 790px;
	padding-left: 10px;
	padding-top: 10px;
	height:110px;
	background:#FFFFFF;
}
h1{
	width:780px;
	height:98px;
	margin:0;
	overflow:hidden;
	background:url(images/logo.jpg) no-repeat;
	}
	h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
	display: block;
	width: 201px;
	height: 101px;
	text-indent: -1000000px;
}
h2{
	font-size:36px;
	font-weight:bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.bar{
	width:800px;
	height:10px;
	padding:0;
	background-color: #CCCCCC;
}
.bar2{
	width:800px;
	height:30px;
	padding:0;
	background-color: #CCCCCC;
}
.article{
	width: 800px;
	height:10px;
	padding-top:0;
	background: #FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:36px;
}
.artfoot{
	width: 760px;
	background:#CCCCCC;
	margin-bottom: 10px;
	text-align:justify;
	padding: 20px;
}
.footer{
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	color: #000000;
	text-align:center;
	background:#FFFFFF;
}
