/* 
Title: print.css
Description: Print Styles
Author: Kristopher D. Richardson
Date: August 15, 2005
 */
body {
	background:#FFF;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size:11pt;
	margin:0;
	padding:20px;
}
h1 {
	font-size:150%;
	margin:0;
}
h2 {
	margin-top:0;
	font-size:110%;
}
h3 {
	font-size:120%;
	border-bottom:1px solid #666;
}
p {
	margin-left:30px;
}
dl {
	margin:10px 30px;
	list-style-type:circle;
}
dl dt.title {
	font-weight:bold;
	margin-top:10px;
}

dl dd {
	margin:5px 0 5px 16px;
}
dl dd.date {
	margin:0;
	font-size:84%;
}
dl.contact {
	width:30%;
}
dl.contact dt {
	margin:0;
	margin-top:10px;
	font-weight:bold;
	border-bottom:1px dotted #666;
	}
dl.contact dd{
	margin:0;
	padding:0;
}
table {
	margin-left:30px;
}
th.title {
	text-align:left;
	font-size:100%;
	font-weight:bold;
}
th {
	text-align:left;
	font-size:100%;
	font-weight:bold;
	padding:5px;
}
td {
	font-size:80%;
	padding:8px;
	border-bottom:1px dotted #666;
}
p#print {
	margin-top:20px;
	text-align:center;
	font-size:80%;
	font-style:italic;
}
p#screen {
	display:none;
}
	
