body { margin: 0px; font-family: Tahoma; font-size: 8pt; color: #000; background: ButtonFace; }

td { font-family: Tahoma; font-size:8pt; color: rgb(30,30,30); }
th { font-size:8pt; }

A			{ color: rgb(64,64,64); TEXT-DECORATION: none; font-weight : normal; }
A:visited 		{ TEXT-DECORATION: none; }
A:hover 		{ color: #bf0000; TEXT-DECORATION: underline; }
A:visited:hover	{ color: #bf0000; TEXT-DECORATION: underline; }

h1 { font-size: 14pt; font-weight:bold; }
h2 { font-size: 12pt; font-weight:bold; }
h3 { font-size: 10pt; font-weight:bold; }
h4 { font-size: 9pt; font-weight:bold; text-decoration:italic; }

textarea, input, select {
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
textarea.area { width: 580; }
input.checkbox { border: none; }

input.button {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  color: ButtonText;
}

textarea {
  font-family: Courier New;
}

.menu1 {
	padding: 4px 5px;
	font-size: 8pt;
}

.menu2 {
	text-align: center;
	font-size: 8pt;
	padding: 2px;
}

.seppoz {
  border-top: 1px solid ButtonShadow;
  border-bottom: 1px solid ButtonHighlight; 
}
