BODY{
	font-family:Arial;
	font-size:10pt;
	color: Black;
}
	
A:LINK,A:VISITED{
	font-family:Arial;
	font-size:10pt;
	color: Blue;
	text-decoration: underline;
	font-style : normal;
}

A:HOVER{
	font-family:Arial;
	font-size:10pt;
	color: Blue;
	text-decoration : none;
}

A.GB:LINK,A.GB:VISITED{
	color: Blue;
}


td.gb{
	vertical-align: top;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.gb_line{
	border-top: 1px solid Black;
	padding-top: 2px;
	margin-top: 2px;
	padding-right: 5px;
}

.interface-head{
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
}


H1{
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
}

H3{
	font-size: 12pt;
	font-family: Arial;
}

H2{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

TD{
	vertical-align:top;
	font-size:10pt;
	font-family:Arial;
	}

	


TH{
	font-size:10pt;
	font-family:Arial;
	}
	
td.stat{
	background-image: url(images/balken-stat.gif);
	background-repeat: repeat-x;
	border: 1px solid Black;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
	
TEXTAREA{
	font-size:10pt;
	font-family:Arial;
	background-color: white;
	border : 1px solid Black;
	color: Black;
}

OPTION,SELECT,INPUT{
	font-size:10pt;
	font-family:Arial;
	background-color: White;
	border : 1px solid Black;
	color: Black;
}

.H{
	font-weight : bold;
}

div.Code{
	font-family: "Courier New", Courier, monospace;
	background-color: White;
	border: 1px solid Black;
	margin: 2px 10px 2px 10px;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	width: 95%;
	color: Black;
}
