@charset "UTF-8";

#tblInArticle {
	/* alignment design */
	position: relative;
	float: left;
	/* structure design */
	width: 695px;
	background: #ffffff;
	/* text design */
	text-align: left;
	font-size: 85%;
	margin: 20px auto;
}

#testReqTable {
	/* structure design */
	width: 90%;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #cccccc;
	empty-cells: show;
}

#testReqTable caption {
	/* text design */
	color: #0066cc;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

#testReqTable th {
	/* structure design */
	padding: 6px 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	/* text design */
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

#testReqTable td {
	/* structure design */
	padding: 6px 2px;
	border: 1px solid #cccccc;
	/* text design */
	font-size: 100%;
	text-align: left;
}

.keyword {
	/* text design */
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}

.logoLink {
	/* text design */
	font-size: 100%;
	font-weight: bold;
}

#vistaCertLogo {
	/* alignment design */
	float: right;
	/* structure design */
	padding: 10px 32px 10px 5px;
}

.shrinkPara {
	/* alignment design */
	float: left;
	position: relative;
	/* structure design */
	width: 80%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	/* text design */
	font-size: 86%;
	line-height: 1.5;
}
