/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
}
li {
	list-style-type: circle;
	font-style:italic;
	text-align:left;
}
div {
	text-align:left;
}
div.evid {
	letter-spacing: 2px;
	font-weight: bold;
}
div.title {
	font-size:13pt;
	font-weight: bold;
	padding-left:34px;
}
span.tab1 {
	width:30px;
}
a:link,a:visited,a:active {
	text-decoration:none;
	color:#000099;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:link.pages,a:visited.pages,a:active.pages {
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
	color:#000099;
}
a:hover.pages {
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
	color:#FF0000;
}
div.comment {
	text-align:center;
	color:#888888;
	font-size:10pt;
	font-style:italic;
}

