/* CSS Document */
body  { color: #333333; font-size: 10px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; background-color: #FFFFFF}

img {
	border: 0;
}

.h1 {
	font-size: 16px;
}

.h2 {
	font-size: 14px;
}

a {
	color: #4f7f0f;
	text-decoration: underline;
}

a:hover {
	color: #4f7f0f;
	text-decoration: underline overline;
}

a:link, a:visited {
	color: #4f7f0f;
	text-decoration: underline;
}

th {
	background-color: #4f7f0f;
	color:#FFFFFF;
}

th a:link {
	color:#FFFFFF;
	text-decoration: underline;
	font-size:12px;
}

.tr_dunkel {
	background-color: #DDDDDD;
}

.tr_hell {
	background-color: #FFFFFF;
}

.tr_bottom {
	background-color:#CCCCCC;
}