h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-variant: bold;
}

pre {
	font-family: "Courier New",Courier,monospace;
	font-size: 10pt;
}

.title {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	letter-spacing: 4px;
	color: #ffffff;
	background-color: #800000;
}

.subtitle {
	font-family: Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #800000;
	border-bottom: 1px solid #800000;
}

.tablesubtitle {
	font-family: Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 4px;
}

.head {
	font-family: Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
}

.subhead {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

.p {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #000000;
}

.code {
	font-family: courier new, courier;
	font-size: 10pt;
}

p {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #000000;
}

li {
	font-family: Helvetica, Arial;
	font-size: 10pt;
}

a, a:focus, a:hover, a:link, a:visited {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #800000;
}

th {
	font-family: Helvetica, Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	background-color: #cccccc;
}

td {
	font-family: Helvetica, Arial;
	font-size: 10pt;
}

td.currency {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	text-align: right;
}

td.note {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	background-color: #eeeeee;
}

tr.anotes {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-style: italic;
}

tr.row {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	background-color: #eeeeee;
}

tr.altrow {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	background-color: #ddddee;
}

.bottomnavlinks {
	font-family: Helvetica, Arial;
	font-size: 8pt;
	text-align: center;
}

.bottombar {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #800000;
	width: 100%;
	height: 10px;
}

