body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana;
}

h1 {
	color:#4A7EC0;
	font-size:20px;
	text-decoration:underline;
	font-weight:normal;
}

a, a:link, a:visited, a:hover, a:active {
	color:#4A7EC0;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}

td {
	text-align:left;
}

input {
	font-size:11px;
	font-family:Verdana;
}

.site {
	margin:0;
	padding:0;
	width: 100%;
}

	.left {
		margin:0;
		padding:0px;
		width:100%;
	}

	.right {
		margin:0;
		padding:0;
		position:absolute;
		height:259px;
		width:100%:
		background-image:url(/image/navi.jpg);
		background-position:0px 125px;
		background-repeat:repeat-x;
	}

		.banner {
			margin:0;
			padding:0;
			height:125px;
			background-image:url(/image/banner.jpg);
			background-repeat:no-repeat;
		}
		.navibg {
			margin:0;
			padding:0;
			height:37px;
			background-image:url(/image/navi.jpg);
			background-repeat:repeat-x;
		}
			.navigation {
				position:relative;
				margin:0;
				padding:0;
				padding-top:6px;
				height:37px;
				width:550px;
				white-space:nowrap;
			}
				.navigation a {
					margin-left:15px;
					font-family:verdana;
					color:white;
					font-size: 13px;
					font-weight:600;
					text-decoration:none;
				}
					.navigation a:hover {
						color:#6da9f4;
						cursor:pointer;
					}

		.navigation2 {
			margin:0;
			margin-left:10px;
			padding:0;
			height:30px;
			font-family:verdana;
			font-weight:bold;
			white-space:nowrap;
			overflow:hidden;
		}
			.navigation2 a {
				margin-left:5px;
				margin-right:5px;
				font-family:arial;
				color:black;
				font-size: 13px;
				font-weight:600;
				text-decoration:none;
			}
			.navigation2 a:hover {
				text-decoration:underline;
			}
		.content {
			margin:0;
			margin-left:15px;
			padding:0;
			font-family:verdana;
			text-align:justify;
			width:600px;
		}
.footer {
	margin:0px;
	padding:0;
	height:40px;
	width:100%;
	clear:right;
	background-image:url(/image/footer.jpg);
	background-repeat:repeat-x;
	background-position:center;
	text-align:right;
	font-family:verdana;
	font-size:10px;
	color:#a0a0a0;
	position:absolute;bottom:50px;
}
	.footer a {
		color:#a0a0a0;
		text-decoration:none;
	}
	.footer a:hover {
		text-decoration:underline;
	}
.navibanner {
	margin:0;
	padding:0;
	width:100%;
	height:37px;
	position:absolute;
	top:125px;
	left:0px;
	background-image:url(/image/navi.jpg);
	background-repeat:repeat-x;
	z-index:-2;
}

.textbox {
	border:1px solid #000000;
	background-color:#4A7EC0;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana;
	width:350px;
}