/* Appplied to the parent UL element for the index */
.PageList {
	width: 600px;
	max-width:600px;
	line-height: 20px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	background-color:White;
	border-top:dotted 1 #336699;
	border-left:dotted 1 #336699;
	padding-left:15px;
}

/* Appplied to nested UL elements */
.PageList ul {
	list-style-type: none;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
	font-size: 18px;
	line-height: 20px;
	clear:both;
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: bold;
	color:#336699;
	clear:both;
	padding-left:-10px;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{	color:#333333;
	font-style:italic;
	}

/* 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;
}

