/*********************************
*** Image
**********************************/
.content-imgblock{
	width:554px;
	height:100px;
	overflow:hidden;
	margin-bottom:10px;	
}
/*********************************/
.content-headline{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
}

.content-txtblock{
	/*height:105px;
	overflow:hidden;*/
	margin-bottom:10px;					
}
.content-txtblock a{
	font-weight: bold;
	text-decoration:none;	
	color:black;
}
.content-txtblock a:link,.content-txtblock a:visited{
	font-weight: bold;
	text-decoration:none;	
	color:black;
}
.content-txtblock a:hover{
	text-decoration:underline;	
}

.content-line{
	padding-bottom:30px;
}
.content-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100%;
	margin-bottom:10px;
}
.content-table-header{
	font-weight:bold;
	padding-right:10px;
}
.content-table-row1{

	padding-right:10px;	
}.content-table-row2{

	padding-right:10px;	
}
/*
.content a{color:#000000;}
.content a:visited{color:#000000}
*/
.content a{
	font-weight: bold;
	text-decoration:none;	
	color:black;
}
.content a:link,.content-txtblock a:visited{
	font-weight: bold;
	text-decoration:none;	
	color:black;
}
.content a:hover{
	text-decoration:underline;	
}

