BODY
{
	font-size: 11pt;
	color: black;
	background-color: azure;
	font-family: Verdana, Tahoma, Arial;
}
BODY.BodyPrint
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	background-color: white;
}
A
{
	color: darkcyan;
	text-decoration: none;
}
.BodyText
{
	font-size: 11pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}
.BodyTextSmaller
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}
.HyperLink
{
	font-size: 11pt;
	color: darkcyan;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
}
.ErrorText
{
	font-size: 11pt;
	color: darkred;
	font-family: Verdana, Tahoma, Arial;
}
.FootnoteText
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana, Tahoma, Arial;
}
.PushButton
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	background-color: silver;
}
A.MenuLink
{
	color: gold;
	text-decoration: none;
}
TD.MenuCell
{
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: darkslategray;
}
TD.MenuCellSmall
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: darkslategray;
}
TD.LogoCell
{
	font-weight: bold;
	font-size: 36pt;
	color: black;
	background-color: silver;
}
TD.LogoCellSmall
{
	font-weight: bold;
	font-size: 20pt;
	color: black;
	background-color: silver;
}
TD.HeadingCell
{
	font-size: 20pt;
	color: black;
	background-color: silver;
}
TD.HeadingCellSmall
{
	font-size: 14pt;
	color: black;
	background-color: silver;
}
TABLE.DataGrid
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial;
}
TABLE.DataGridPrint
{
	border-right: silver thin solid;
	border-top: silver thin solid;
	font-size: 9pt;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	font-family: Verdana, Tahoma, Arial;
}
TR.GridHeader
{
	font-weight: bold;
	color: gold;
	background-color: darkslategray;
}
TR.GridHeaderPrint
{
	font-weight: bold;
	color: darkslategray;
	background-color: lightyellow;
}
TR.GridPager
{
	font-weight: bold;
}
.GridSelection
{
	color: black;
	background-color: silver;
}
