Body, TD, Div, P, Input, Select, TextArea
{
	font-family:Arial, Verdana, Helvetic, Sans-serif;
	font-size:9pt;
}
Body
{
	background-color:#ffffff;
	width:800px;
  margin-left:0;

}

A,A:Active
{
	color:#018000;
	text-decoration:underline;
}
A:Hover
{
	color:#54b948;
	text-decoration:underline;
}
A:Visited
{
	color:#004c00
}
.form
{
  display:none;
}
.printed
{
  display:inline;
}
.printTableTitle {
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	border-color: #cccccc;
	background-color: #eeeeee;
	text-align: center;
}
.param {
	border-style: solid;
	border-width: thin;
	border-color: #cccccc;
	background-color: #cccccc;
	text-align: right;
}
.value {
	border-style: solid;
	border-width: thin;
	border-color: #cccccc;
	background-color: beige;
}
.graphimg
{  display: block;
   margin-left:0;

}