DIV.ListTOC
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

DIV.TOCBox
{
	border: 1px solid #799DC1;
}

.RepeatGroupTitle,
DIV.TOCTitle
{
	padding: 2px 2px 2px 6px;
	
	font-size: 14px;
	font-weight: bold;
}

DIV.TOCTitle
{
	color: #2E5D8B;
	border-bottom: 1px solid #799DC1;

}

.RepeatGroupTitle
{
	background-color: #026180;
	color: #FFFFFF;

}


DIV.ListTOC UL, 
DIV.ListTOC LI 
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:  0px 0px 0px 0px;
	padding:  2px 4px 2px 3px;

}

DIV.ListTOC UL
{
	padding-bottom: 2px;
}

DIV.ListTOC LI 
{
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
}

DIV.ListTOC DIV.Description
{
	padding-top: 2px;
	padding-bottom: 4px;
}

DIV.ListTOC LI.NoNav 
{
	display: none;
}

DIV.ListTOC LI LI
{
	margin-left: 20px;
}

.RepeatGroupBox 
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #026180;
	margin-bottom: 10px;
}

.RepeatItemHeading A:hover,
DIV.ListTOC A:hover 
{
	color: #026180; 
}
