.word {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}
a:link {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.button {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/buttonbg.gif);
	border: 1px groove #CCCCCC;
	background-color: #FFFFFF;

}
.selectbox {
	height: 14px;
	border: 1px solid #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #5b5b5b;
}

.inputbox {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FF0099;
	text-decoration: none;
	height: 16px;
	border: 1px solid #666666;
}
.textarea {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FF0099;
	text-decoration: none;
	border: 1px solid #666666;
	line-height: 140%;
}.hline {
	background-attachment: fixed;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
