body {
	color: #566D02;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.STYLE1 {color: #FF0000}
.STYLE2 {color: #BBBBBB}
#nav {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#nav .top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 600px;
	float:left;
}
#nav .n {
	background-image: url(images/n.gif);
	background-repeat: repeat-y;
	width: 600px;
	float:left;
}
#nav .b {
	background-image: url(images/b.gif);
	background-repeat: no-repeat;
	height: 2px;
	width: 600px;
	float:left;
}
#bt {
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #566D02;
	text-align: center;
}
#nav .n form {
	text-align: center;
	margin-top: 10px;
}
#nav .n .f {
	background-image: url(images/f.gif);
	color: #000;
	background-repeat: no-repeat;
	height: 21px;
	width: 178px;
	border:0;
	padding:8px 0px 0px 4px;
}
