/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-size: 12px;
	line-height: 16px;
	  font-family:  arial, verdana, helvetica;
	  direction: rtl;
	  text-align: right;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 12px;
	line-height: 13px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
  font-family:  arial, verdana, helvetica;
	font-size: 14px;
color: green;

}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
  font-family:  arial, verdana, helvetica;
	font-weight: bold;
	font-size: 12px;
color: green;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{
  font-family:  arial, verdana, helvetica;
	font-weight: normal;
	font-size: 12px;
color: green;

}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{
  font-family:  arial, verdana, helvetica;
	font-weight: normal;
	font-size: 12px;
color: green;

}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: normal;
}

