body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a, a:link, a:visited {
	color: #009;
	text-decoration: underline;
}

address {
	border-top: 1px solid #999;
	margin: 20px 40px;
	padding: 10px 0;
	text-align: center;
	font-style: normal;
	color: #666;
	white-space: nowrap;
}

address a, address a:link, address a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 13pt;
	font-weight: normal;
}

h2 {
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 50px;
}

table {
	border-bottom: 1px solid #666;
	margin: 0 auto 50px auto;
	white-space: nowrap;
}

td, th {
	padding: 1px 4px;
	text-align: right;
	white-space: nowrap;
}

th {
	border-bottom: 1px solid #666;
	font-style: italic;
	font-weight: normal;
}

tr.tbltrmark td {
	border-bottom: 1px dotted #999;
}

tr:hover {
	background: #F0F0F0;
}

.tbltdleftalign {
	text-align: left;
}

#tbltrheading:hover {
	background: transparent;
}

