	body {
	 	color: #002830;
		background-color: #F9F9FF;
		font-family: calibri light, sans-serif;	
	}

        th {
		color: #000000;
		font-family: calibri, sans-serif;
	}

	p {
		margin-top: -0.6em;
	}
	div, table {
		margin-bottom: 0.6em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: calibri, sans-serif;
		color: #000000;
	}
	h2 {font-size: 1.20em;}
	h3 {font-size: 1.15em;}
	h4 {font-size: 1.10em;}
	h5 {font-size: 1.05em;}
	h6 {font-size: 1.00em;}

	a:link {
		font-family: calibri, sans-serif;
		color: #08C;
		text-decoration: none;
	}
	a:visited {
		font-family: calibri, sans-serif;
		color: #08C;
		text-decoration: none;
	}
	a:focus, a:hover {
		font-family: calibri, sans-serif;
		color: #08C;
		text-decoration: underline;
	}
	a:active {
		font-family: calibri, sans-serif;
		color: #F55;
		font-weight: bold;
		text-decoration: none;
	}
	a.act {
		color: #F55;
		font-family: calibri, sans-serif;
		font-weight: bold;
		text-decoration: none;
	}

	.header1 {
		background-color: #C6C7CE;
		margin-bottom: 0.0em;
	}

	td.header1 {
		color: #002C40;
	}

	.header2 {
		background-color: #EEEFF2;
	}
	.inv {
		text-decoration: overline;
	}

	@media (min-width: 40em) {
		p {
			text-align: justify;
		}
	}

	@media print {
		body {
			background-color: #FFFFFF;
		}
		a:link {
			color: #006868;
			text-decoration: underline;
		}
		a:visited {
			color: #006868;
			text-decoration: underline;
		}
		a:focus, a:hover {
			color: #006868;
			text-decoration: underline;
		}
		a:active {
			font-family: calibri, sans-serif;
			text-decoration: underline;
		}
	}

