/* The Ark (Project 345) Print styles
Author: Matt McCloskey
Date: 12/08
*/


body {
	font-family: Helvetica, sans-serif;
	color: #000;
	line-height: 24px;
	margin: 20px;
}

.subtext {
	font-size: 9px;
	line-height: 14px;
	color: #999;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

h4 {
	border-bottom: 1px dotted #ccc;
}


.smallprint {
	font-size: 11px;
	line-height: 14px;
}


/* Turn things Off */
.links,
.mailto, 
.ark, 
#main .header,  
#datepicker {
	display: none;
}
