@charset "windows-874";
.center {
	text-align: center;
}
td {
	font: 11px Tahoma, Geneva, sans-serif;
}
bold {
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}.txtWhite {
	color: #FFF;
}
.txtGreen {
	color: #0F0;
}
.txtOrange {
	color: #F93;
}
.txtBlue {
	color: #09F;
}
.btnBlue {
	background: #06F;
	color: #FF9;
}
.txtRed {
	color: #F00;
}
input {
	font: 11px Tahoma, Geneva, sans-serif;
}
select {
	font: 11px Tahoma, Geneva, sans-serif;
}
.txtGreen2 {
	color: #093;
}
.bgGreen {
	background: #CF9;
}
.bgWhite {
	background: #FFF;
}
.bgLightBlue {
	background: #6CC;
}
.bgRed {
	background: #FF8000;
}

