body
{
	font-size: 8px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
}
.header
{
	font-weight: bold;
}
.content
{
	font-size: 10pt;
	color: #656565;
}
.content-grid
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	color: white;
	border-bottom: gray 1px solid;
	background-color: #7e987e;
	text-decoration: none;
}
.helptext
{
	font-size: 10pt;
	color: #7E987E;
}
.button
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	color: #656565;
	border-bottom: gray 1px solid;
	background-color: white;
}
.field
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
.command
{
	font-size: 10pt;
	color: cornflowerblue;
	text-decoration: none;
}
.error
{
	font-size: 10pt;
	color: red;
}
.ruler
{
	background-color: #7E987E;
}
.chart-header
{
	background-color: #7E987E;
}
.chart
{
	background-color: #b5c99c;
}
.chart-alternate
{
	background-color: #d2e7c5;
}
.chartlabel
{
	font-size: 10pt;
	color: #656565;
}

