
body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 1em;
	}

h1 { 
	font-size: 1.4em;
	text-align: center; 
	}
h2 { 
	margin-top: 2em;
	font-size: 1.3em; 
	text-align: center;
	text-decoration: underline;
	}
h3 { 
	font-size: 1.2em; 
	}

h2.app {
	page-break-before: always;
	margin-top: 4em;
	text-align: left;
	text-decoration: none;
	}
	
td { 	
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
.example {
	margin: 1em 2em 1em 2em;
	}
.tip p {
	margin-left: 2em;
	}
.box { float: left; }
li { margin-bottom: 1em; }
li ul, li ol { margin-top: 1em; }
div#cover {
	width: auto;
	margin: auto;
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
	}

div#cover p {
	font-size: 1.6em;
	}

div#seals {
	width: auto;
	margin: 3em auto 3em auto;
	text-align: center;
	padding-top: 150px;
	}

#eeoc {
	position: relative;
	top: -145px;
	}

hr#first_hr {
	margin: 5em;
	page-break-after: always;
	}

@media print {

	hr#first_hr {
		display: none;
		page-break-after: always;	
		}
	}

