body, td {
	color: black;
	background-color: white;
	margin: 1em 5%;
}

h1 {
	font-size: 2em;
}

h2 {
	text-align: center;
}

h1, h2 {
	color: #990000;
	background-color: white;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: black;
	background-color: #eeeeee;
	padding: 0em 0.25em 0em;
	margin: 0em 0.25em 0em;
	text-align: justify;
}

h4, h5, h6 {
	color: #000000;
	background-color: white;
	display: inline;
	font-size: 1em;
}

a {
	color: #3333ff;
	background-color: white;
	text-decoration: none;
}

a:active, a:hover {
	color: #000099;
	background-color: #ffff66;
}

.control-box {
	display: block;
	padding: 4px;
	border-width: 2px;
	border-style: groove;
	white-space: nowrap;
	cursor: inherit;
}

.project-details, .job-details, .other-details {
	padding-left: 15px;
	text-align: justify;
}

.section {
	margin-left: 10%;
	padding-bottom: 0.75em;
	text-align: justify;
}

.header {
	text-align: left;
	margin-bottom: 0em;
	padding: 0.20em 0em 0.30em 0em;
}

.header div {
	white-space: nowrap;
	font-size: 0.75em;
	float: right;
	padding-right: 1em;
}

.tty-only {
	display: none;
}

.footnote {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #999999;
	background-color: white;
	text-align: center;
}

.footnote small {
	color: black;
	background-color: white;
}

.foot-space {
	padding: 30% 0%;
}

h5.job-description {
	margin-right: 0.2em;
}

h5.job-description span {
	width: 6em;
}

@media print {
	body, a, hr, h1, h2, h3, h4, h5, h6 {
		color: black;
		background-color: white;
	}

	h1, h2, h3, h4, h5 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h3 {
		border-bottom: 1px solid black;
	}

	body {
		font-size: 12pt;
		margin: 1em;
		padding-left: 5%;
	}

	/*hr, .header {
		width: 100%;
	}

	.section{
		width: 100%;
	}*/

	br.page {
		page-break-before: always;
	}

	.footnote div.footnote, .noPrint {
		display: none;
	}
}

@media aural {
	h1, h2, h3, h4, h5, h6 {
		voice-family: paul, male;
		stress: 20;
		richness: 90;
	}

	h1, h2 {
		pitch: x-low;
	}

	h1 {
		pitch-range: 90;
	}

	h2 {
		pitch-range: 80;
	}

	h3 {
		pitch: low;
		pitch-range: 70;
	}

	h4, h5 {
		pitch: medium;
	}

	h4 {
		pitch-range: 60;
	}

	h5 {
		pitch-range: 50;
	}

	h6 {
		pitch: medium;
		pitch-range: 40;
	}

	em, i {
		pitch: medium;
		pitch-range: 60;
		stress: 60;
		richness: 50;
	}

	b {
		pitch: medium;
		pitch-range: 60;
		stress: 90;
		richness: 90;
	}

	a:link {
		voice-family: harry, male;
	}

	a:visited, a:active {
		voice-family: betty, female;
	}

	a:active {
		pitch-range: 80;
		pitch: x-high;
	}
}

@media tty {
	.tty-only {
		display: inline;
	}
}