body {
	margin: 7px 2px 10px 2px;
	background: #F4F4F4;
	overflow-x: hidden;
	overflow-y: scroll;
}

#formqry {	text-align: center;	vertical-align: middle;
	margin:0 0 0 0;
	padding:0 0 0 0;}

#formqry #qry {
	width:250px;
	height:20px;
	border: 1px solid #7A8DAF;
	color: #333333;
	padding:0 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#data {
	margin: 5px 0 0 0;
}

#data img {
	border: 0;
	margin: 2px 4px 0 0;
	width: 16px;
	height: 16px;
}

#data .hint {
	width:285px;
}

#data .hint td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	background: #FFFF99;
	border:1px solid #121232;
	padding: 12px 12px 12px 12px;
}

#data .firstresult {
	width:300px;
}

#data .firstresult td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	background: #FFFF33;
	border:1px solid #121232;
	padding: 7px 5px 7px 5px;
}

#data .results {	width:300px;}

#data .results td {	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	background: #FFFFFF;
	border:1px solid #121232;
	padding: 7px 5px 7px 7px;
}

#data strong {
	font-size:17px;
	line-height:20px;
	font-weight:bold;
}

#data a {
	color: #002B81;
}

#data a:link {
	color: #002B81;
	text-decoration: none;
}

#data a:visited {
	color: #002B81;
	text-decoration: none;
}
#data a:hover {
	color: #002B81;
	text-decoration: underline;
}
#data a:active {
	color: #002B81;
	text-decoration: none;
}

#data #loader {	height:30px;}
#data #loader.loading {
	background: url('images/progressbar.gif') center center no-repeat;
}

#headimg {	margin:0 0 0 0;
	padding:0 0 0 0;
}
#hint {	margin:0 0 0 0;
	padding:0 0 0 0;	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	color: #CCCCCC;
}


