/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	text-align: right;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 14px;
	line-height: 18px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
font-style: normal;
}

/* 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: normal;
}
