/* outline css */

.OutlineLevel1
{
	width:100%;height:100%;
	font-size: 10pt;
	font-weight:bold;
}
.OutlineLevel2
{
	width:100%;height:100%;
	font-size: 10pt;
	font-weight:bold;
}
.OutlineLevel3
{
	width:100%;height:100%;
	font-size: 10pt;
	font-weight:normal;
}
.OutlineLevel4
{
	width:100%;height:100%;
	font-size: 10pt;
	font-weight:normal;
}

.OutlineSectionTitle
{
	font-family: Arial, Sans Serif;
	cursor:hand;
}
.OutlineSectionClosed
{
	display:none;
}
.OutlineSectionOpen
{
	display:inline;
}

.OutlineLink
{
	position:relative;
	font-family: Arial, Sans Serif;
	text-decoration:none;
}
.OutlineLinkSelected
{
	font-family: Arial, Sans Serif;
	text-decoration:none;
}
.OutlineSectionSelected
{
	font-family: Arial, Sans Serif;
	text-decoration:none;
}

.OutlineSectionHighlight1,
.OutlineSectionHighlight2,
.OutlineSectionHighlight3,
.OutlineSectionHighlight4,
.OutlineSectionHighlight
{
	position:relative;
}

.OutlineLevel1 a:hover,
.OutlineLevel2 a:hover,
.OutlineLevel3 a:hover,
.OutlineLevel4 a:hover
{
	position:relative;
}

.OutlineSectionTitle
{
}

.OutlineLink:visited	{color:#000000}
.OutlineLink:link		{color:#000000}
.OutlineLink:active	{color:#000000}
.OutlineLink:hover
{
	text-decoration:underline;
}

.OutlineLinkSelected1,
.OutlineLinkSelected2,
.OutlineLinkSelected3,
.OutlineLinkSelected4,
.OutlineLinkSelected
{
	position:relative;
}



