@charset "UTF-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
}
h1{
	border-bottom:3px double #999;
	font:1.5em Geneva, Arial, Helvetica, sans-serif;
	color:#999;
}
#nav, .top, #contact, #about dl{
	display:none;
}
a{
	text-decoration:none;
	color:#c60;
}
.w{
	page-break-after:always;
}
.w h3{
	font-size:1.5em;
}
.w h3 i{
	font-size:.7em;
}
.w dl{
	padding-top:.5em;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.w dt{
	font:8pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
}
