@charset "utf-8";
/* CSS Document */

body {
	background-color: #1F2024;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}.brdr_blk {
	border: 2px solid #000000;
}
.frm_bg {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px;
}
.frm_field {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}
a:hover {
	font-weight: bold;
	text-decoration: underline blink;
}
