*:focus {
	outline: none;
}
body {
	font-size: 9pt;
	font-family: GSiFont, Verdana;
	color: black;
	BACKGROUND-COLOR: #FFFFFF;
}
td {
	font-size: 9pt;
	font-family: GSiFont, Verdana;
	color: black;
}
.btm {
	font-size: 9pt;
	font-family: GSiFont, Verdana;
	color: white;
}
.menutd {
	padding-top: 3px;
	padding-bottom: 2px;
}
/*
.menubar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #606060;
	z-index: 1000;
}
*/
a {
	text-decoration: none;
	color: #1672A2;
}
a:hover {
	text-decoration: underline;
	color: #1672A2;
}

.tmf {
	text-decoration: none;
	color: white;
}
.tmf:hover {
	text-decoration: underline;
	color: white;
}
.field {
	border: inset #f0f0f0 1pt;
	width: 240px;
	font-weight: bold;
	font-family: GSiFont, Verdana;
	font-size: 9pt;
	color: black;
}
.btn {
	border: outline black 1pt;
	width: 120px;
	font-weight: bold;
	font-family: GSiFont, Verdana;
	font-size: 9pt;
	color: black;
	background-color: white;
	cursor: hand;
}

.extlink {
	text-decoration: none;
	color: blue;
	
}
.extlink:hover {
	text-decoration: underline;
	color: green;
	
}

form { 
	margin-top: 2px; 
	margin-bottom: 2px; 
	margin-left: 0px; 
	margin-right: 0px; 
}

.stpopdown {
	padding: 2px;
	position: absolute; 
	/*
	top: 25; 
	left: 635; 
	*/
	width: 140px; 
	/* height: 25px; */
	background-color: #f0f0f0; 
	border: solid #707070 1pt; 
	visibility: hidden;
	z-index: 1000;
}

.st_item {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	width: 100%;
}
.st_item:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #404040;
	color: white;
	width: 100%;
}

.product {
	box-shadow: 3px 3px 10px #888888
}
