@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: black;
}#header h1 {
	font-size: 24pt;
}

.addressFont {
	font-size: 90%;
	padding-left: 25px;
	letter-spacing: 1.5px;
	line-height: 100%;
	margin-top: -5px;
	color: #666666;
}

h4 {
	padding-bottom: 2pt;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 4.5in;
}
#content p {
	font-size: 12pt;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in;
}
#header ul, #sidebar, #footersidebar {
	display: none;
}
.break {
	page-break-before: always;
}

a:link, a:visited { text-decoration:none;
	color:black;
	}
a[href^="http://"]:after {
	content: "Visit on the web at: "attr(href);
	font-weight: bold;
	}

hr {
	width: 6.5in;
}
