/* Appplied to the parent UL element for the index */
 
.PageList {
	width: auto;
	font-size: 12px;
	line-height: 16px;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 11px;
	line-height: 13px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
}
.PageItem a:link,.PageItem a:visited{color: #1F1F1F; text-decoration:underline;}
.PageItem a:hover{color:#AE0303; text-decoration:underline;}
/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: bold;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}

