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

