/* Content and Paragraph Properties */
.box-content-properties {
	padding-top: 10px;
	padding-bottom: 7px;
	font-family: "Arial";
	font-size: 9pt;
	line-height: 17px;
	text-align: justify;
}
.box-content-properties td {
	font-size: 8pt;
	line-height: 15px;
	margin-right: 10px;
}
.box-content-properties a:link {
	color: #0672BA;
	text-decoration: none;
	font-size: 11pt;
	line-height: 17px;
	/*font-weight:bold;
	font-style:italic;*/
}
	.box-content-properties a.linkstyle-underline{
		text-decoration: underline !important;
	}
.box-content-properties a:visited {
	color: #551A8B;
	text-decoration: none;
}
.box-content-properties a:hover {
	color: #FF4000;
}

.box-content-properties table {
   table-layout: auto;
   word-break: break-all;
   word-wrap: break-word;
   width:286px;
   height:210px;
}
