@media screen {

body {
	margin: 0;
	padding: 0;
	background: white url(i/header_bg.gif) repeat-x;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 75px;
	width: 780px;
	background: url(i/header.gif) no-repeat;
	color: #a14208;
}

#header span {
	display: none;
}

#content {
	margin: 10px 20px 50px 150px;
	line-height: 125%;
}

h2 {
	color: #9a3501;
	line-height: 125%;
}

#menu {
	float: left;
	width: 122px;
	margin: -1px 0 0;
	padding: 0;
	font-size: small;
	background: #ab9e85;
}

#menu dl {
	margin: 0;
	padding: 0;
}

#menu dd {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;	
}

#menu dd a {
	display: block;
	padding: 10px;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	height: 1%;
}

#menu dd a:hover {
	text-decoration: underline;
}

#menu dd a.sel {
	background: #d9a344;
}

#menu dd.pic {
	background: url(i/foil.jpg) no-repeat;
	height: 161px;
	border-bottom: 1px solid #fff;
}

#footer {
	font-size: x-small;
	text-align: center;
}

.tbor {
	border: 1px solid #000;
}

td.numtd {
	padding-right: 200px;
}

tr.q td, .q {
	cursor: help;
}

tr.subline td {
	border-top: 1px solid #000;
}

tr.rate td {
	background: #bbb;
}

}

tr.frmheader td {
	background: #999;
	font-weight: bold;
}

tr.chkheader td {
	background: #383;
	font-weight: bold;
}

tr.tot td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #2b5375;
	font-weight: bold;
	color: #eee;
}

td.warn {
	color: #c00;
}

.bluebut {
	color: #fff;
	background: #2b5375;
	border-color: #2b5375;
}

.redbut {
	color: #fff;
	background: #c22;
	border-color: #c22;
}

.greenbut {
	color: #fff;
	background: #050;
	border-color: #050;
}

@media print {
	#menu, #header, #content h2, #content h3, #footer {
		display: none;
	}
}
