@charset "utf-8";
/* CSS Document */

body {
	color:black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 1.5em;
}

a, h1, h4, h5, h6, h2, h3, p {
	margin: 0;	
}

#adminbar, #col3, .nav, #footer, #next {
	display: none;	
}

a {
	text-decoration: none;	
	color: black;
}

h1 {
	font-weight: normal;
	font-size: 30pt;
	margin-bottom: .125in;
}

.noteBody, .plBody {
	border-top: 1px solid black;
	padding: .05in 0 .15in;
	clear: both;
}

	.nMeta, .plMeta {
		float: left;
		width: 1.25in;
		font-size: 12pt;
		line-height: 1.4em;
		margin: 0 .05in .05in 0;
	}
	
	.nBody, .plData {
		margin-left: 1.3in;	
	}
	
#status #timeUpdated, #status #timeCreated {
	float: right;
	font-size: 12pt;
	margin: 0 0 0 .07in;
}

	#status #timeUpdated span, #status #timeCreated span {
		font-weight: bold;	
	}
	
h2 {
	clear: both;
	margin: 0 0 .05in 0;
}

h2 em {
	font-style: normal;	
}

#catsLeft, #catsRight {
	font-size: 11pt;
}

	#catsLeft div, #catsRight div {
		float: left;
		margin: 0 .1in 0 0;
	}

	#catsLeft span, #catsRight span {
		font-weight: bold;
	}
	
#hideAddress {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: .08in 0;
	line-height: 17pt;
	font-size: 12pt;
	background: #CCC;
	margin: .06in 0 .125in 0;
}