body {
	background: white;
	font-size: 12pt;
	text-align: justify;
	}
	
@page { margin-top:1cm;
        margin-bottom:1cm;
        margin-left:1cm;
        margin-right:1cm;
}

#pagetitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#contentMain {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	text-align: justify;
	word-wrap: break-word;
}

#contentMain a {
	border-bottom: none;
	color: #0000000;
	background: none;
	text-decoration: none;
	text-align: justify;
}

#noprint {
	display: none;
}

#logo {
	background: transparent;
	display: table-column;
	align: left;
}

#copyright {
	float: center;
	font-weight: bold;
}

#bordertable {
	border-color: #ffffff;
	width: 115%;
}

table.data{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #dde0e9 #dde0e9 #dde0e9 #dde0e9;
	background-color: white
}

table.data td {
	border-width: thin thin thin thin;
	border-style: solid solid solid solid;
	border-color: #dde0e9 #dde0e9 #dde0e9 #dde0e9;
	background-color: white;
	font-size: 11px;
}

table.data th {
	border-width: 0px 0px 0px 0px;
	background-color: #dde0e9;
	font-weight: bold;
	align: left;
	border-width: thin thin thin thin;
	border-style: solid solid solid solid;
	border-color: #dde0e9 #dde0e9 #dde0e9 #dde0e9;
	background-color: #bed196;	
}