a:link, a:visited, td.linklist, td.notes, td.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}
a:link, a:visited {
	border-bottom-color: #999;
	display: list-item;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
	padding-bottom: 10px
}
td.header, td.linklist{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
} 
a:link {
	color: #A00;
}
a:visited {
	color: #555;
}
td.header{
	vertical-align: middle;
	height: 40px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
}
td.linklist{
	vertical-align: top;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
