a {
	color: #339933;
}
.font {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
.error {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
.remark {
	font-family: verdana;
	font-size: 11px;
	color: #339933;
}
.urlNormal {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
.urlCate a {
	font-family: verdana;
	font-size: 11px;
	color: #339933;
	text-decoration: none;
}
.urlSubCate a {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.urlPage {
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.input {
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #eeeeee #eeeeee #666666;
	font-family: verdana;
	font-size: 12px;
	width: 180px;
}
.inputlong {
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #eeeeee #eeeeee #666666;
	font-family: verdana;
	font-size: 12px;
	width: 300px;
}
.button {
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee #666666 #666666 #eeeeee;
	font-family: verdana;
	font-size: 12px;
}