@charset "utf-8";
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #B01129;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.td_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #D2EBF9;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}
.td_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #82C6F0;
	padding: 5px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.txt_fields {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003399;
	border: 1px solid #003399;
	width: 300px;
	text-align: right;
}
.txtfields {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003399;
	border: 1px solid #003399;
	text-align: right;
}
.reset {
	background-image: url(images/but_bg.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	width: 130px;
	height: 30px;
	font-weight: bold;
	border-top-style: none;
}
.copy_rights {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
}

