@media screen {

BODY {
	font-family: arial,helvetica,sans-serif;
	font-size: .75em;
	margin-top: 5px;
	background-color: #999;
}

.h {
	display: none;
	font-size: 1px;
	color: transparent;
}

table.head {
	font: normal xx-small arial,helvetica;
	border-left: solid 2px #ccc;
	border-right: solid 2px #ccc;
	background: #ccc url(/img/bg_grid.png) repeat;
	width: 800px;
	height: 20px;
	vertical-align: middle;
}

table.mainquery {
	background: #f5f5f5 url(/img/bg_blu_sky.jpg) repeat-y;
	width: 800px;
	height: auto;
	padding: 20px;
	border: solid 2px #ccc;
	border-bottom: none;
	margin:0 auto;
}

td.mainquery {
	width: 100%;
	height: auto;
}

table.query {
	font: normal xx-small arial,helvetica;
	border: solid 2px #ccc;
	background: #f5f5f5 url(/img/bg_sky.jpg) -20px -20px repeat-y;
	width: 100%;
	height: auto;
	padding: 5px;
	margin:0 auto;
}

td.query {
	width: 20%;
	white-space:nowrap;
}

th.head1 {
	text-align: center;
	vertical-align: middle;
}

td.head2 {
	font-size: xx-small;
	text-align: center;
	padding-bottom: 5px;
}

td.footer {
	font-size: xx-small;
	text-align: center;
	height: 18px;
}

table.footer {
	background: #ccc url(/img/bg_grid.png) repeat;
	border-bottom: 2px solid #ccc;
	width: 800px;
	height: auto;
}

h2.head1 {
	line-height: 1em;
	font-size: medium;
	padding: 0px;
	margin: 0px;
}


h1.h1 {
	font: normal 11px/1em verdana,geneva,arial,helvetica;
	text-align: center;
	color: #fff;
}
h1.white {
	color: #f5f5f5;
}

td.border {
	background-color: #ccc;
	width: 2px;
	height: 20px;
}

td.red {
	background-color: #cc0000;
	width: 796px;
	height: 20px;
	vertical-align: middle;
}

td.body {

}

a:link { color:#202020; text-decoration:none;}
a:visited { color:#666; text-decoration:none;}
a:hover { color:#3300cc; text-decoration:underline; }
a:active { color:#cc0000; text-decoration:underline; }

div.dirlink {
		position: relative;
		top: -4px;
		left: auto;

}
a.dirlink {
		font: bold medium arial,helvetica;
		text-transform: uppercase;
		}
a.dirlink:link { color:black; text-decoration:none;}
a.dirlink:visited { color:black; text-decoration:none;}
a.dirlink:hover { color:#3300cc; text-decoration:none;}
a.dirlink:active { color:#cc0000; text-decoration:none; }


}