﻿body   
{
	background-color: white; 
	cursor: default; 
	margin-left: 26px; 
	margin-right: 20px; 
	margin-top: 10px; font: 9pt / 13pt Verdana; 
	color: black 
}
	
ul { margin-left:26 }
a  { text-decoration:none }
	a:link		{ color: navy; }
	a:visited	{ color: navy; }
	a:active 	{ color: navy; }
	a:hover 	{ color: blue; }

div#idNotes  { background-color: #EEEEEE; border: thin inset threedface; padding: 5pt }
div#idNotes p { margin-top: 4pt; margin-bottom: 4pt }
.link        { cursor: pointer; color: red }
a.viewsource { visibility: hidden }
table        { width: 450; font-size: 9pt }
table.short  { width: 100; align: center }
pre          { background-color: #EEEEEE }
pre.clsCode  { font-family: Courier New; font-size: 110%; background-color: #EEEEEE;
               background-repeat: repeat; background-attachment: scroll;
               margin-left: 0pt; margin-top: 1em; margin-bottom: 1em;
               padding: 5pt; background-position: 0% }

