/* alicevachss.com */
/* Copyright © 2007-2009 Alice Vachss. All rights reserved. */

/* Print Styles for Supporting Browsers  */
body {
	color: #000000;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
}
p {
	padding-top: 10px;
}
h1 {
	font-size: 16pt;
	padding-top: 10px;
}
h2 {
	font-size: 14pt;
	padding-top: 10px;
}
h3 {
	font-size: 12pt;
	padding-top: 10px;
}
.navbar {
	display: none;
}
.layout {
	background: #ffffff;
	width: 90%;
	margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
	text-align: left;
}
.content {
	background: #ffffff;
	margin: 0px;
}
hr.top {
display: none;
}
hr.bottom {
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
}
img {
	display: none;
}