
table.ReportBorder
{
	color: black;
	font-family: Garamond, "Times New Roman", Times, serif;
	border: WhiteSmoke ridge 3px;
}
table.ReportBorder td
{
	font-size: 9pt;
}
table.DropBorder
{
	color: black;
}
table.DropBorder div.Info
{
	font-size: 9pt;
	font-weight: bold;
	border: WhiteSmoke ridge 2px;
	background-color: LightGrey;
}
table.DropBorder div.Heading
{
	font-size: 14pt;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}
div.ChartImage
{
	text-align: center;
	margin-bottom: 2px;
}
div.ChartImage img
{
	border: rgb(239,248,255) solid 3px;
}
div.SideBarHeading
{
	font-size: 8pt;
	font-weight: bold;
}
div.SideBarText
{
	font-size: 8pt;
}
div.SideBarText ul
{
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.SideBarText ul li
{
	list-style: square;
}