/* Used by index.html */
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	line-height: 1.5em;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
SMALL {

	font-family:Verdana, Arial, Helvetica;
	font-size:8pt;
	margin-top:.2em;
	line-height:10pt;
}
/* The following five sections to achieve collapsibility */
li {
	list-style-type: square;
}
li.clsshowsub {
        list-style-image: url('showsub.gif');
}
li.clsshowsub ul{
        display: 'none';
}
li.clshidesub {
        list-style-image: url('hidesub.gif');
}
li.clshidesub ul{
        display: '';
}
li.clsnosub {
        list-style-image: url('nosub.gif');
}  
h1 {
	font-size: 14pt;
	color: Black;
}
/* The two types of DIVs are for alternative display style.
Navigator does not hundle this very well. The white border of div.odd
is to minimize the uglyness in Navigator 4.x */
div.odd {
	background-color: white;
	border-width: 1 0 1 0;
	border-color: white;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
div.even {
	background-color: rgb(225,225,225);
	border-width: 1 0 1 0;
	border-color: Silver;
	border-style: Solid;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	padding-width: 0;
}
/* TD is to define the two tables at the foot of the file */
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
input.btn {
	border: 2 solid Gray;
	background-color: transparent;
	color: Black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: Bold;
	cursor: hand;
}

