/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #ffff;	
	color: #0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

th {
	  text-align: left
}

a, a.visited {
	color: #369;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.qnt {
	font-size: 8pt; 
}


.noprint {
	display: none;
}

.noscreen {
	background-color: #aa00cc;	
	border:1px solid;
}

.reportinfo {
    margin:5cm 0 0 0cm;
    padding:10px;
	border: none;
}

.reporttitle {
	text-align: center;
    background-color: #FFFFFF; 
    color:#000000; 
    font-size: 2em; 
    font-weight: bold;
	padding: 1em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-image: url(d2dlogo.png);
	background-repeat: no-repeat;
	background-position: right top;
}


.pagebreak {
    page-break-before: always;
}
#tabs {
	display: none;
}

