/*	Note the use of an absolute URI for the background image		*//*	This is a workaround for NN using an address relative to the		*//*	.html file rather than the .css file					*/body {color: #ffffff;scrollbar-face-color: 		#D4D2D3; scrollbar-shadow-color: 	#D4D2D3; scrollbar-highlight-color: 	#ffffff; scrollbar-3dlight-color: 	#91A6C2; scrollbar-darkshadow-color: 	#91A6C2; scrollbar-track-color: 		#ffffff; scrollbar-arrow-color: 		#6D6D9E;}/*	Paragraph									*/p {margin-left: 0px;color: #000000;font-family: verdana; font-size: 12px;}/*	Table									*/table {color: #000000;font-family: verdana; font-size: 12px;}/*	td									*/td {color: #000000;font-family: verdana; font-size: 12px;}/*	tr									*/tr {color: #000000;font-family: verdana; font-size: 12px;}/*	td									*/td {color: #000000;font-family: verdana; font-size: 12px;}/*	div									*/div {color: #000000;font-family: verdana; font-size: 12px;}/*	Definition list									*/dl {color: #000000;background: #FFFFFF;font-family: verdana; font-size: 12px; text-align:left}/*	Links unvisited links							*/a.link:link {text-decoration: none; font-weight: bold;color: #91A6C2;}/*	Links visited links							*/a.link:visited {text-decoration: none; font-weight: bold;color: #91A6C2;}/*	Links active links (not widely supported)				*/a.link:active {text-decoration: none; font-weight: bold;color: #91A6C2;}/*	Links when hovered over (MSIE only)					*/a.link:hover {text-decoration: none; font-weight: bold;color: #6D6D9E;}/*	Unvisited links								*/a:link {text-decoration: none; font-weight: bold;color: #91A6C2;}/*	Visited links								*/a:visited {text-decoration: none; font-weight: bold;color: #91A6C2;}/*	Active links (not widely supported)					*/a:active {text-decoration: none; font-weight: bold;color: #91A6C2;}/*	Links when hovered over (MSIE only)					*/a:hover {text-decoration: none; font-weight: bold;color: #6D6D9E;}