body {
	font-size: 9pt;
	text-align: center;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.td_tc {
	font-size: 9pt;
	padding: 10px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}


td {
	font-size: 9pt;
}
.input_sx {
	font-size: 9pt;
	width: 115px;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0E4C8;
	border-right-color: #9E8F5F;
	border-bottom-color: #9E8F5F;
	border-left-color: #F0E4C8;
	font-family: Arial, Helvetica, sans-serif;
}
