body {
	padding: 10px 0px 0px 50px; 

}
td,body {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 13px;
	color: #666666;
	line-height:15px;
}
.black {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 13px;
	color: #000000;
	line-height:15px;
	font-weight: bold;
}
a {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: underline overline; color: black;
}

.contentTitel {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 30px 0px 10px 0px;
	line-height:19px;
}
.listTitel {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 30px 0px 10px 0px;
}
.naviMain {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
}
/*.naviMain:hover {
a:hover {
	color: #000000;
	text-decoration: underline;
}*/

.naviMainAct {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 13px;
	font-weight:bold;
	color: #FF3366;
	text-decoration: none;
	margin-right: 20px;
}
.naviMainAct:hover {
	color: #000000;
	text-decoration: underline;
}
.goBack {
	font-family: Arial, Times, Georgia, serif,;
	font-size: 13px;
	font-weight: bold;
	color: #FF3366;
	padding: 0px 0px 0px 8px;
	background-image: url(imgs/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
}
.goBack:hover {
	color: #000000;
	padding: 0px 0px 0px 8px;
	background-image: url(imgs/arrow_right_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
}