body, th {
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	text-align: justify
}

.note  {
	color: #FF0000;
	font-weight: bold;
	font-family: verdana, helvetica, arial;
}

/* emulation of buttons for links and inputs */
.btn,  .btn:active,  .btn:visited,  .btn:hover {
	color: #000000;
	background-color: #C0C1E4;
	font: bold 8pt tahoma, verdana, arial;
	text-decoration: none;
	text-align: center;

	/* define border */
	border-width: 2px;
	border-style: solid;
	border-left-color: #EFEFF8;
	border-top-color: #EFEFF8;
	border-bottom-color: #5C5B6F;
	border-right-color: #5C5B6F;
	
	padding: 2pt;
	margin: 1pt;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	line-height: 14pt;
	line-height: expression( '10pt' );
	height: expression( '18pt' );
}

#maintd * img {
	border: 3px solid #F77700;
	max-width: 720px;
}

h1	{
	font-size: 12pt;
	font-family: verdana, helvetica, arial;
	font-weight: bold;
	text-align: center;
}

h2	{
	font-size: 10pt;
	font-family: verdana, helvetica, arial;
	font-weight: bold;
	font-weight: italic;
}