@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 173px;
	width: 442px;
}
.menu {
	background-color: #FFF;
	height: 22px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-right-color: #4C4C4C;
	border-bottom-color: #999;
	border-left-color: #4C4C4C;
	padding-top: 3px;
	padding-left: 10px;
}
a.menu:hover {
	background-color: #000;
	height: 22px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	border-right-color: #4C4C4C;
	border-bottom-color: #999;
	border-left-color: #4C4C4C;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 10px;
}
.txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.txt5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.txt5:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}

