/* CSS used for TOC and Index in Simple HTML Output		*/
/* Last Update: 29 December 2010					*/
/* Kaye Bonney					*/

/* Styles for links in TOC and Index 				*/
:link { color: #0000CC; text-decoration: none; }
:visited { color: #9999CC; text-decoration: none;}		
:active { color: #0000CC; text-decoration: underline; }
:hover { color: #990033; text-decoration: underline; }

a.indexentry:link
{
	color: #0000CC;
	font-size: 11px;
	text-decoration: underline
}
a.indexentry:visited
{
	color: #9999CC;
	font-size: 11px;
	text-decoration: underline
}
a.indexentry:active
{
	color: #0000CC;
	font-size: 11px;
	text-decoration: underline
}
a.indexentry:hover
{
	color: #990033;
	font-size: 11px;
	text-decoration: underline
}
a.indexnumber:link
{
	color: #0000CC;
	text-decoration: underline
}
a.indexnumber:visited
{
	color: #9999CC;
	text-decoration: underline
}
a.indexnumber:active
{
	color: #0000CC;
	text-decoration: underline
}
a.indexnumber:hover
{
	color: #990033;
	text-decoration: underline
}
span.indexentry
{
	background-color: #FFFFFF;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0em;
	margin-top : 0em
}
span.seealsoindex
{
	background-color: #FFFFFF;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0em;
	margin-top : 0em
}
p.indexentry
{
	background-color: #FFFFFF;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 2.50em;
	text-transform: none;
	margin-bottom : 0em;
	margin-top : 0em
}


p.indexlink
{
	background-color: #FFFFFF;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 2em;
	margin-top: 2em;
}

p.LetterBar
{
	background-color: #FFFFFF;
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0em;
	margin-top : 0em
}
p.Top
{
	background-color: #FFFFFF;
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0em;
	margin-top : 0em
}
p.TOCBook
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
span.noLink
{
	color: #9C9C9C;
}