a:link, a:visited
{
	color: #000066;
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	text-decoration: none;
	background-color: #FFCC66;
}

a:active
{
	color: rgb(255,255,245);
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	text-decoration: none;
	background-color: rgb(40,40,20);
}

/* Begin descendent selectors for table of contents */
ul#toclist a:link
{
	color: rgb(200,245,255);
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	padding: 0%;
}

ul#toclist a:visited
{
	color: rgb(200,245,255);
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	padding: 0%;
}

ul#toclist a:hover
{
	color: rgb(250,250,30);
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	background-color: inherit;
	padding: 0%;
}

div#toc a:active
{
	color: rgb(250,250,30);
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	background-color: inherit;
	padding: 0%;
}

/* Begin descendent selectors for floating index */
ul#floatlist a:link
{
	font-family: helvetica,arial,sans-serif;
	color: rgb(90,75,60);
	font-size: 0.7em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

ul#floatlist a:visited
{
	font-family: helvetica,arial,sans-serif;
	color: rgb(90,75,60);
	font-size: 0.7em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

ul#floatlist a:hover
{
	font-family: helvetica,arial,sans-serif;
	color: rgb(90,75,60);
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	background-color: transparent;
	padding: 0%;
}
