/******* David Moore Print Style Sheet *******/

/******* The Entire Document: *******/

body	{
	background-color: white;
	color: black;
	font-family: "Times New Roman", symbol, serif;
}

a{
	color: black;
}

/******* Hidden Navigation: *******/

div#title, div#navbar {
	display: none;
}

/******* Body Text: *******/

div#content h1,
div#content h2,
div#content h3{
	border-bottom: 1px solid black;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

div#content table {
	width: 100%;
}

div#content td {
	border: 1px solid black;
	padding: 0.25em;
}

div#content th {
	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 0.25em;
}

dt {font-weight: bold;}
li {list-style: square;}

img {
	border-style: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

address {
	margin: 1em 0em;
}

/******* Copyright Box: *******/

div#copyright {
	text-align: center;
}

/******* Special Classes: *******/

.boxed {
	border: 1px solid black;
	margin: 0;
	padding: 1em;
}

.centered {
	text-align: center;
}

.left {
	float: left;
	margin-right: 2em;
}

.right {
	float: right;
	margin-left: 2em;
}