/* turn some things off */

#nav1 {
	display: none;
}

#logo img {
	border: 0;
}

#clientsonly {
	display: none;
}

#nav2 {
	display: none;
}

.admin {
	display: none;
}

#preload {
	display: none;
}

/* print specfic styles */

body {
	font-family: Arial, Helvetica, sans-serif;
}

td, th {
	text-align: left;
	vertical-align: top;
}

p a:after {
	content: " (" attr(href) ") ";
}

a {
	color: #126798;
	text-decoration: underline;
}

