table.description_tab {
	/*	width: 100%;  border: thin solid Black; */
	font-family: Arial, Helvetica, sans-serif;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

td.description_title {
	color: #00015E;
	font-size: 18pt;
	text-align: center;
	background-color: #EEF7FF;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

td.description_text {
	color: #00015E;
	font-size: 10pt;
	text-align: left;
	padding-left: 5px;
	background-color: #EEF7FF;
}
td.description_back1	 {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
}
td.description_back2	 {
	font-size: 10pt;
	text-align: right;
	vertical-align: top;
	font-size: 9pt;
}

span.in_back {
	background-color: #D3DCE3;
	padding: 0px 7px 0px 7px;
}


a.to_back {
	color: Black;
	font-weight: bold;
}
a.to_back:visited {
	color: Navy;
}
a.to_back:hover {
	background: #FEFF79;
	color: Red;
}
a.to_back:active {
	background: #FEFF79;
	color: #E05959;
}
