body {
  background-color: #f0f0f0;
  color: navy;
  font-family: Thoma,Arial;
  font-size: 14px;
/*  this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #f8f8f8;
  SCROLLBAR-ARROW-color: #909090;  
}

.form_login {
  font-family: Arial;
  font-size: 14px;
  color: red;
  font-weight: normal;
}

.klick  {
  font-size : 12pt;
  text-decoration : none;
  font-family : arial;
  background-color : #ffffff;
  font-weight : bold;
  color : black;
}

A:link {text-decoration: none; font-weight: bold; color: #000000; font-family: thoma,arial;} 
A:visited {text-decoration: none; font-weight: bold; color: #000000; font-family: thoma,arial;}
A:active {text-decoration: none; font-weight: bold; color: #000000; font-family: thoma,arial;} 
A:hover {text-decoration: underline; font-weight: bold; color: #000000; font-family: thoma,arial;} 

table.table {
	
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	margin: 0;
	font-size: 12px;
}

table.table td {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

table.table tr.head {
	font-size: 14px;
	font-weight:bold;
}
table.table tr.head td {
	padding: 3px;
	text-align: center;
	background-color: #999;
	color: #fff;
}

table.table tr.odd {
	font-size: 12px;
	background-color: #e9e9e9;
}

table.table tr.even {
	font-size: 12px;
	background-color: #d3d3d3;
}

.copy_isonet {
font-family: Tahoma;
font-size: 8pt;
color: #676767;
font-weight: bold;
text-decoration: none;
}
.copy_isonet:hover {
text-decoration: none; 
} 