@import url("reports.css");

@media print {
	#btnNview {
		display: none;
	}
}

body, #wrap, #content {
	background: #fff;
	color: #000;
}

#divReports {
	border: none;
}

body, p, td, li, dt, dd, h1, h2, h3, h4, h5, h6, 
input, select, textarea, label, button,
address {
	font-family: tahoma, geneva, sans-serif;
}

body, p, td, li, dt, dd,
input, select, textarea, label, button,
address {
	font-size: 10pt;
}

p, h1, h2, h3, h4, h5 {
	text-align: left;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.dontprint, #head, #foot, .subnav {
	display: none;
}

.button {
	padding: 0 0.5em;
	cursor: pointer;
}

.head5 {
	font-size: 13pt;
	font-weight: bolder;
	margin-bottom: 0px;
}

.desc {
	font-size: 8pt;
}

#wrap {
	width: 100% !important;
}

th, td {
	text-align: left;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

table.center {
	margin: 0 auto;
}
