


/* center area */
.content .articleName {
	/*border-bottom:solid 1px #D3D9DE;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#039EFE;*/
	font-size: 16px;
	color:#039efe;
	border-bottom: 4px solid #039efe;
	font-weight: bold;
	border-left:none;
	border-right:none;
	text-align:right ;
	margin-top:0px;
	

}
/* center area */
.content .center {
	float:right; 
	margin-right:5px;
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

.content .center .headline1 {
	border-bottom:solid 1px #D3D9DE;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	color:#0A5B99;
}

.content .center .text1 {
	border-bottom:solid 1px #D3D9DE;
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:normal;
	color:black;
}

.content .center .testsRow_first {
	float:right;
	width:150px;
	overflow:hidden;

}

.content .center .testsRow {
	float:right;
	width:290px;
	margin-right:10px;
	overflow:hidden;

}

.content .center .test {
	font-size:14px;		
	margin-bottom:10px;
}

.content .center .test .testName {
	font-size:14px;
	margin:0px;
}

.content .center .test .testName a {
	font-size:14px;
	color:#0A5B99;
	font-weight:bold;
	text-decoration:none;
}
.content .center .test .testName a:hover {
	font-size:14px;
	color:#0A5B99;
	font-weight:bold;
	text-decoration:underline;
}


.content .center .test .componentName {
	font-size:14px;
	margin-right:5px;
}

.content .center .test .componentName a {
	font-size:14px;
	color:black;
	font-weight:normal;
	text-decoration:none;
	color:#0A5B99;
}


.content .center .test .componentName a:hover {
	font-size:14px;
	color:black;
	font-weight:normal;
	text-decoration:underline;
	color:#0A5B99;
}


.content .center .test .componentName img {
	padding-bottom:1px;
}


