a:link {
	font-size:inherit;
	text-decoration:none;
	color: #000;
	font-family:inherit;
	
}


a:visited {
	font-size:inherit;
	text-decoration:none;
	color: #000;
	font-family:inherit;
	
}

a:hover {
	font-size:inherit;
	text-decoration:underline;
	color:#000;
	font-family:inherit;
	
}

a:active {
	font-size:inherit;
	text-decoration:none;
	color: #000;
	font-family:inherit;
   	
}

a.narrativeEndnoteLink {
	font-size:inherit;
	text-decoration:none;
	color: #000;
	font-family:inherit;
	cursor:text;
	
}

a.narrativeEndnoteLink: hover {
	font-size:inherit;
	text-decoration:none;
	color: #000;
	font-family:inherit;
	cursor:text;
	
}

a.narrativeEndnoteLink SPAN {
	font-size:inherit;
	text-decoration:none;
	color: blue;
	font-family:inherit;
	margin-right:1px;
	margin-left:1px;
	cursor:pointer;
	
}

a.narrativeEndnoteLink SPAN :link{
	font-size:inherit;
	text-decoration:none;
	color: blue;
	font-family:inherit;
	margin-right:1px;
	margin-left:1px;
	cursor:pointer;
	
}

/* Fix for MS Office style paragraphs (MsoNormal) */
 p {
	margin: 0;
	padding: 0;
}


.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* Fix for MS Office OL lists */
ol {
	margin-top: 0;
	margin-bottom: 0;
}
