<!--
a {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}
a:active {
	font-size: 10pt;
	color: #990000;
}
a:hover {
	font-size: 10pt;
	color: #990000; 
	text-decoration: underline;
}
.body {
	background: #999FAF;
	font-family: trebuchet ms, sans-serif;
}
.contentcell {
	width: 630px;
	background-color: #eaeaea;
	padding-left: 20px;
	padding-top: 10px;
}
.contenttable {
	width: 98%;
	background-color: #ffffff;
	padding: 2px;
}
.font {
	color: #000000;
	font-size: 10pt;
}
.footer {
	color: #000000;
	font-size: 8pt;
}
.list {
	color: #000000;
	font-size: 10pt;
}
.mastertable {
	width: 900px;
	background-color: #ffffff;
}
.nestedtable {
	width: 85%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: #000000 #000000 #000000 #000000;
	border-collapse: collapse;
	background-color: #ffffff;
	font-face: trebuchet ms;
	font-size:10pt;
	color: #000000;
}
.nestedtable td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #000000 #000000 #000000 #000000;
	background-color: #ffffff;
}
.rightbar {
	width: 250px;
	background-color: #aeaeae;
}
.subtitle {
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}
.title {
	font-size: 20pt;
	color: #333333;
	font-weight: bold;
}
-->