

*:focus {
	outline: none;
}
body {
	font-size: 9pt;
	font-family: verdana;
	color: black;
	BACKGROUND-COLOR: black;
	background-image: url('/images/bkg1.jpg');
	background-repeat: no-repeat;
}
td {
	font-size: 9pt;
	font-family: verdana;
	color: black;
}
.btm {
	font-size: 9pt;
	font-family: verdana;
	color: white;
}
.menutd {
	padding-top: 3px;
	padding-bottom: 2px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
.menu1 {
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	color: black;
	text-decoration: none;
	transition: background 0.15s ease-out, color 0.15s ease-out;
}
.menu1:hover {
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	background-color: #404040;
	color: white;
	text-decoration: none;
}
.tmf {
	text-decoration: none;
	color: white;
}
.tmf:hover {
	text-decoration: underline;
	color: white;
}
.plink {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	width: 120px;
}
.plink:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #404040;
	color: white;
	width: 120px;
}
.field {
	border: solid black 1pt;
	width: 240px;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	color: black;
}
.search_field {
	border: none;
	background-color: transparent;

	background-image: url('/images/field_frame_160x24.png');
	background-repeat: no-repeat;

	width: 165px;
	height: 24px;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	padding: 10;
	color: black;
}
.search_button {
	border: none;
	background-color: transparent;
	background-image: url('/images/search.png');
	background-repeat: no-repeat;
	cursor: hand;
	padding: 9;
	width: 25px;
	height: 25px;
}

.btn {
	border: outline black 1pt;
	width: 120px;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	color: black;
	background-color: white;
	cursor: hand;
}
.extlink {
	text-decoration: none;
	color: blue;
	
}
.extlink:hover {
	text-decoration: underline;
	color: green;
	
}
