body, table, select {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

font.warning {
	color: red;
	font-weight: bold;
}

font.footer {
	color: #777777;
	font-size: 10px;
}

form{
	display:inline;
}

th {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	border-bottom: none;
	background-color: #e5e5e5;
	nowrap: "nowrap";
}

h1, h2, h3 {
	color: gray;
}

.popup {
	position: absolute;
	visibility: hidden;
	background-color: #fafafa;
	layer-background-color: #fafafa;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
	top: 184px;
	width: 97%;
	padding: 3px;
	z-index: 10;
}
