@charset "utf-8";
body,td,th {
	color: #333333;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0px;
}
a:link {
	text-decoration: underline;
}
input {
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #CFCFCF;
	font-family: Tahoma;
	font-size: 9pt;
	padding: 3px;
}
.tabel1 {
	background-color: #F8F8F8;
	border: 1px solid #999999;
}


a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.error_message {
	color: #FF0000;
}
.gray {
	color: #003399;
}
