body {
	background-image: url(img/bg.gif);
	font-size: 84%;
	margin: 10px;
	line-break: strict;
}

a {
	color: #00CC00;
}
a:hover {
	color: #FF0000;
}
.root {
	background-repeat: repeat-y;
	width: 943px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin: auto;
}
.swf {
	height: 210px;
	overflow: hidden;
	z-index: 1;
}
.header {
	background-image: url(img/header_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
}
h1 {
	float: left;
	width: 169px;
	margin: 0px;
	padding-top: 10px;
}
.welcome {
	text-align: right;
	padding-top: 10px;
	margin: 0px;
}
.welcome_form {
	margin-top: 3px;
	margin-right: 3px;
}

.article {
	padding: 10px;
	clear: both;
	line-height: 140%;
}
p, ul, dl {
	margin: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.t6p {
	text-align: left;
}

.footer {
	background-image: url(img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 12px 120px 12px 12px;
	font-size: 10px;
	text-align: right;
	clear: both;
}
h1, h2 {
	margin: 0px;
}
a, img {
	border: none;
}
