body
{
	font-family: "Arial"; 
	font-size: 9pt;
	scrollbar-face-color: "lightblue";
	scrollbar-arrow-color: "white";
}
body.nomargin
{
	font-family: "Arial"; 
	font-size: 9pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	scrollbar-face-color: "lightblue";
	scrollbar-arrow-color: "white";
	text-decoration: none;
}
div
{
	font-family: "Arial"; 
	font-size: 9pt;
}
a.fix
{
	text-decoration: none;
	color="darkblue";
}
:link
{
	text-decoration: none;
}
:visited
{
	text-decoration: none;
}
:active
{
	text-decoration: none;
}
:hover
{
	text-decoration: none;
}
h1
{
	font-family: "Arial"; 
	font-size: 20pt;
	color: darkblue;
}
h2
{
	font-family: "Arial"; 
	font-size: 18pt;
	color: darkblue;
}
h3
{
	font-family: "Arial"; 
	font-size: 16pt;
	color: darkblue;
}

h4
{
	font-family: "Arial"; 
	font-size: 14pt;
	color: darkblue;
}
table
{
	table-layout: auto;
	font-family: "Arial"; 
	font-size: 9pt;	
	border-width: 1px;
}
table.fixed
{
	table-layout: fixed;
	border-width: 1px;
}
thead
{
	font-family: "Arial";
	font-size: 14pt;
	background-color: "lightblue";
	color: "white";
	border-width: 1px;
}
th
{
	background-color: "lightblue";
	vertical-align: middle;
	border-width: 1px;
}
td
{
	border-width: 1px;
}
td.title
{
	vertical-align: 'middle';
	background-color: "lightyellow";
	border-width: 1px;
	font-weight: bold;
}
tr.style1
{
	font-family: "Arial";
	background-color: "c0ffff";
	border-width: 1px;
}
tr
{
	font-family: "Arial";
	border-width: 1px;
}
input
{
	font-family: "Arial";
	font-size : 9pt;
}
input.small
{
	font-family: "Arial";
	font-size : 7pt;
}
input.readonly
{
	background-color: "lightblue";
}
select
{
	font-family: "Arial";
}
select.small
{
	font-family: "Arial";
	font-size : 7pt;
}
option
{
	font-family: "Arial";
}
option.small
{
	font-family: "Arial";
	font-size : 7pt;
}
.showonline
{
	font: 13px Arial;
	color: #000000;
}

.class_table
{
	font: 16px Arial;
}