a {
	color : #000000;
	font-family :  Arial;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}
a:visited {
	color : Teal;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}
a:hover {
	color : Teal;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}
text {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	color : Black;
}
.normal {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : justify;
	color : Black;
}
.head1 {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : justify;
	color : Black;
	padding-top : 2px;
	background-repeat : repeat-x;
	background-image : url(../img/h.gif);
	vertical-align : top;
	padding-bottom : 2px;
}
.grau {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	color : #999999;
}
.grau_small {
	font-family: Arial;
	font-size : 9px;
	font-weight : normal;
	text-align : center;
	color : #999999;
}
.gruen {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	color : Teal;
}
.gruen_center {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : center;
	color : Teal;
}
.gruen_small {
	font-family: Arial;
	font-size : 9px;
	font-weight : normal;
	text-align : center;
	color : Teal;
}
.txtBox {
	background-color : #CBDFE0;
	border : 1px solid #999999;
	font-family : Arial;
	font-size : 12px;
	width : 170px;
}
.blue {
	font-family: Arial;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	color : #5068E0
}
