body {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

.noprint,
.hidden,
.removed,
#pageHeader,
#sidebar form,
fieldset.buttons,
.iconCalendar,
.portlet h3 span,
.portlet h3 a {
	display: none !important;
}

h1,
h2 {
	font-size: 18pt;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1em;
	border-bottom: 1pt solid #000;
	margin: 0 0 12pt 0;
	padding: 3pt 0;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 3pt 0;
	padding: 0;
}
p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

a {
	color: black !important;
	text-decoration: none !important;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 10pt;
}

.footnote {
	font-size: 8pt;
	font-style: italic;
}
.footnote sup {
	font-size: 10pt;
	font-style: normal;
}

dt,
.data li,
.paging li {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 8pt;
}

fieldset {
	border-width: 0;
	padding-bottom: 2em;
}
fieldset div {
	line-height: 1em;
	padding-bottom: .25em;
}
fieldset br {
	display: none;
}

label,
.label {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 8pt;
	display: block;
}

.input {
	margin-left: 3em;
}
.input label,
.input .label {
	display: inline;
}

input,
select,
textarea,
.input .content,
.input .units,
.input label,
.input .label {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 8pt;
	line-height: 1.1em;
	overflow: visible;
	border-width: 0;
}

input,
select {
	border-bottom: 1pt solid black;
}

.required label,
.required .label {
	font-weight: bold;
}
.required .input label,
.required .input .label {
	font-weight: normal;
}

table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	margin-bottom: 12pt;
	padding: 0;
}
th {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: .25em .5em;
}
th.sorted {
	font-weight: bold;
}
tbody {
	border-top: 1pt solid black;
}
tbody tr.header {
	background-color: #eee;
	border-bottom: 1pt solid #999;
}
tbody tr.header th {
	font-weight: bold;
	text-decoration: underline;
}
tbody tr.lined {
	border-bottom: 1pt solid #999;
}
tbody th {
	font-size: 8pt;
}
td {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: .25em .5em;
	vertical-align: top;
}
td a {
	color: black !important;
	text-decoration: none !important;
}
table .col {
	vertical-align: bottom;
	border-bottom: 1pt solid #999;
}
th.span {
	border-bottom: 0;
	text-align: center;
	text-decoration: underline;
}
th.group, td.group {
	border-left: 1pt solid #999;
}
table .newcolgroup {
	border-left: 1pt solid #999;
}
table .na {
	color: #999;
}
tfoot td, tfoot th {
	border-top: 3pt double #999;
	font-weight: bold;
	font-size: 8pt;
}

div.printFilters{
	border: 1px solid silver;
	padding: 5px;	
}

/* NFPORS-1752 */
@media print {
	a[href]:after {
		content: "";
	}
}
