BODY, P, TH, TD, OL, UL, INPUT, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
INPUT {
	font-size: 8pt;
	font-weight: bold;
}
SMALL, SUB, SUP {
	font-size: 10px;
}
BIG {
	font-size: 14pt;
	font-weight: bold;
}
LABEL {
	cursor: hand;
}
P {
	/* text-align: justify; */
}
A:link, A:visited {
	color: #0000FF;
	background-color: transparent;
	text-decoration: none;
}
A:hover {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}
A:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}
TT, PRE, CODE {
	font-family: Courier New, monospace;
	font-size: 10pt;
}
.tocno {
	color: #008000;
	font-weight: bold;
}
.netocno {
	color: #A00000;
	font-weight: bold;
}
