
table.ReportBorder
{
	color: black;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	border: WhiteSmoke ridge 3px;
}
table.ReportBorder td.ReportCell
{
	padding-top: 15px;
	padding-bottom: 15px;
}
table.DropBorder
{
	color: white;
	border-width: 0px;
}
table.DropBorder tr.TopRow td
{
	height: 2px;
}
table.DropBorder tr.BottomRow td
{
	height: 3px;
}
table.DropBorder td.CornerTopRight
{
	width: 3px;
}
table.DropBorder td.TopSide
{
	background-color: #2F4E8F;
}
table.DropBorder td.CornerTopLeft
{
	width: 3px;
	background-color: #2F4E8F;
}
table.DropBorder td.CornerBottomRight
{
	width: 3px;
	background-color: #A2A9BB;
}
table.DropBorder td.BottomSide
{
	background-color: #A2A9BB;
}
table.DropBorder td.CornerBottomLeft
{
	width: 3px;
}
table.DropBorder td.RightSide
{
	width: 3px;
	background-color: #A2A9BB;
}
table.DropBorder td.ContentArea
{
	padding-bottom: 3px;
	background-color: #2F4E8F;
}
table.DropBorder td.LeftSide
{
	width: 3px;
	background-color: #2F4E8F;
}
table.DropBorder div.Info
{
	font-size: 12px;
	padding: 4px;
}
table.DropBorder div.Heading
{
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}
tr.AltRow td
{
	background-color: LightGrey;
}
div.ChartImage
{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.ChartImage img
{
	border: rgb(239,248,255) solid 3px;
}
div.SideBarHeading
{
	font-size: 10px;
	font-weight: bold;
}
div.SideBarText
{
	font-size: 10px;
}
div.SideBarText ul
{
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.SideBarText ul li
{
	list-style: square;
}