body {
	background: white;
	color: black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 8pt;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0pt;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0pt;
}

li {
	font-size: 10pt;
}

div.main {
	width: 100%;
	text-align: center;
}

div.intro {
	width: 40%;
}

div.left {
	width: 20%;
	float: left;
}

div.center {
	width: 50%;
}

div.right {
	width: 20%;
	float: right;
}

p {
	width: 100%;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 16pt;
}

table {
	margin-top: 10pt;
}

th.tableHeader1 {
	font-weight: bold;
	background: #d0d0d0;
	width: 40%;
}

th.tableHeader2 {
	font-weight: bold;
	background: #d0d0d0;
	width: 15%;
}

th.tableHeader3 {
	font-weight: bold;
	background: #d0d0d0;
	width: 15%;
}

th.tableHeader4 {
	font-weight: bold;
	background: #d0d0d0;
	width: 30%;
}

td {
	font-size: 10pt;
	padding-right: 12pt;
}

th {
	font-size: 10pt;
	padding-right: 12pt;
}

td.tableHeader {
	font-size: 9.5pt;
	font-weight: bold;
	background: #d0d0d0;
	padding-left: 10pt;
	padding-top: 2pt;
	padding-bottom: 3pt;
}

p.headerLine1 {
	width: 100%;
	text-align: right;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.headerLine2 {
	background: #e0e0e0;
	width: 100%;
	text-align: center;
	margin-top: 0pt;
	margin-bottom: 2pt;
}

p.headerLine3 {
	background: #d0d0d0;
	width: 100%;
	text-align: center;
	margin-top: 0pt;
	margin-bottom: 2pt;
}

p.headerLineLast {
	background: white;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.plain {
	text-align: justify;
}

span {
	margin: 0;
	border: 0;
	padding: 0;
}

img.header {
	margin-top: 6pt;
	margin-bottom: 0pt;
}

img.headerLink {
	border: 0;
	margin-top: 0pt;
	margin-right: 16pt;
	margin-bottom: 0pt;
}


