@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	background-image: url(img/Q.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #536D4A;
}
#Page > thead > tr > td{
	height: 92px;
	padding: 4px 6px 0px 6px;
	background: #7E4443 url(img/Qred.jpg) repeat;
}
#Page>tbody>tr>td {
	background-image: url(img/Qwhite.jpg);
	background-color: #EEE;
	background-repeat: repeat;
	height: 300px;
	padding: 4px;
}
#Page>tfoot>tr>td {
	background-image: url(img/Qdark.jpg);
	background-color: #222;
	background-repeat: repeat;
	height: 20pt;
	color: #AAA;
	font-size: 10pt;
	text-align: center;
	padding-top: 4px;
}
a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
#Page > thead img {
	vertical-align: bottom;
}
