body {
	text-align: left;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #000000;
	background: #ffffff;
	margin-bottom: 50px;
}

a:link {
	color:#166AB6;
	text-decoration:underline;
}

a:visited {
	color:#166AB6;
	text-decoration:underline;
}  

a:hover {
	color:#166AB6;
	text-decoration:none;
}


h1 {
	margin-top: 0pt;
	font-size: 18pt;
}
h2 {
	background: #f2f8fd;
	margin-top: 16pt;
	font-size:  16pt;
}
h3 {
	margin-top: 14pt;
	font-size:  14pt;
}
h4 {
	margin-top: 12pt;
	font-size:  12pt;
}

h1,h2,h3,h4 {
	color: #166AB6;
	margin-bottom: 2pt;
	font-weight: bold;
	padding: 1px;
}

p {
	margin-top: 10pt;
	margin-bottom: 10pt;
}

ul, ol {
	margin-top: 2pt;
	margin-bottom: 4pt;
}

p.first {
	margin-top: 0pt;
}

table, td, th, p, pre, li {
	font-size: 10pt;
}

table.fancy {
	border: 1px solid #166AB6;
}

table.fancy * th {
	text-align: left;
	background: #C8E1F7;
}

img.clean {
	border: 0pt;
}

.footnote {
	border-top: #166AB6 dashed 1px;
	padding-top: 5pt;
	margin-top: 18pt;
	font-size: 8pt
}
