/* CSS Document */

/*set page Style*/
body{
font-size:12px;
margin:0px;
color:#333333;
}
td,th{
font-size:12px;
}
a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration:none;
}
a:hover{
	color: #ff6600;
	text-decoration:none;
}
a:active{
	color: #333333;
	text-decoration: none;
}

/*set input Style*/
.input{
	width:96px;
	height:14px;
	background-color: #D3E3F5;
	border: 1px solid #D3E3F5;
}