@charset "windows-874";
.txttitle {
	font-size: small;
	color: #FFF;
	background-color: #339;
}
body {
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}
.bggreen {
	background-color: #CCFFD2;
}
.box {
	border: thin solid #6699CC;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border-radius: 5px;
}
.textbox {
	border: thin solid #FF9900;
	font-size: medium;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border-radius: 5px;
}
.headtitle {
	font-size: small;
	font-weight: bold;
	background-image: url(../images/bg.png);
}
.textnormal {
	font-size: small;
}
.footer {
	font-size: xx-small;
	color: #666;
}
