div#inner-main #inner-text {
	padding-right: 90px;
	/* text-align: right; */
	/* border: 1px solid red;  */
	overflow: hidden;
	overflow-x: hidden;
}

div#inner-main #inner-text table {
	/* margin-top: 20px; */
}

div#inner-main #inner-text table thead td {
	font-weight: bold;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 10px;
}

div#inner-main #inner-text table td {
	padding-left: 0px;
	padding-right: 12px;
	/* vertical-align: top; */
	min-height: 43px;
	padding-bottom: 4px;
	padding-top: 4px;
}

div#inner-main #inner-text table td a:link, div#inner-main #inner-text table td a:hover, div#inner-main #inner-text table td a:active, div#inner-main #inner-text table td a:visited {
	font-weight: bold;
	color: #646466;
}

