body {
	margin-top: 40px;
	background-color: #dee9fe;
}
div.frame {
	width: 780px;
	background-color: #ffffff;
	border: 1px solid #083884;
	padding-left: 40px;
	padding-right: 40px;
}
hr { 
	color: #0050a0;
	width=100%;
}
table.inner {
	width: 100%;
	font: 10pt arial;
	border-collapse: collapse;
}
td.paper {
	font: 11pt times;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
td.auth {
	font: 11pt times;
	font-style: italic;
	text-align: left;
	padding: 0px 10px 4px 30px;
}
td.page {
	font: 10pt times;
	width: 40px;
	text-align: right;
	padding: 0px 10px 4px 0px;
	vertical-align: top;
}
p.hd1 { 
	font: 16pt arial;
	font-weight: bold;
	font-style: normal;
	color: #083884;
	margin-bottom: 4px;
}
p.hd2 { 
	font: 12pt arial;
	font-weight: normal;
	font-style: italic;
	color: #0050A0;
	margin-top: 0px;
	margin-bottom: 6px;
}
a:link {
 	color: #083884;
	text-decoration: none;
}
a:visited {
	color: #083884;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

