#masthead, #local-navigation, #auxBox, #feedback, #footer-container, #globalMessage, #breadcrumb-trail, .noprint, body.nofocus #focusBox {
	display: none;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6, #page-subtitle, caption {
	font-family: Georgia, serif;
	margin: 1em 0;
}
#page-content {
	padding-right: 2px !important;
	padding-left: 2px !important;
}
#page-title {
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: .5em;
	margin-top: 0;
}
#page-subtitle {
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -.75em;
}
p {
	margin: 1em 0;
}
abbr, acronym {
	border: none;
}
small {
	font-size: .75em;
}
ul, ol {
	margin-left: 20px;
}

.leadin {
	font-size: 1.2em;
	line-height: 1.2em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.boxleft {
	float: left;
	margin: 0 10px 10px 0;
}
.boxright {
	float: right;
	margin: 0 0 10px 10px;
}
table caption {
	text-align: left;
}
th {
	text-align: left;
}
table.fancy thead th, table.fancy td, table.striped td {
	border-bottom: 1px solid #f0f0f0;
}
table.fancy tr.odd td, table.striped tr.odd td {
	background-color: #f6f6f6;
}
table.fancy td, table.fancy th {
	padding: 2px;
}
table.border {
	border-collapse: separate;
}
table.border td {
	border: 1px solid #ddd;
	padding: 5px;
	page-break-inside: avoid;
}
table.border th {
	text-align: left;
	padding: 5px;
}
#focusBox {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}