
div.jcaption {
	/* Configure Image Caption (jcaption) style */
	vertical-align: top;
	text-align: left;
}

div.jcaptionText {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left
}

div.jcaption p a:link {
	/*color: #000000;*/
	text-decoration: none;
}
div.jcaption p a:visited {
	/*color: #000000;*/
	text-decoration: none;
}
div.jcaption a:hover {
	/*color: #000000;*/
	text-decoration: underline;
}



table.contentImageTable tr td {
	text-align: center;
}
table.contentImageTable tr td a:visited {
	color: #1f4ca5;
	text-decoration: underline;
}
table.contentImageTable tr td a:link {
	color: #1f4ca5;
	text-decoration: underline;
}
table.contentImageTable tr td a:hover {
	cursor: hand;
	color: #11a418;
	text-decoration: underline;
}

div.jcaption div {
	/* Configure Image Caption (jcaption) style */
	margin-top:5px;
/*	color: #333333;*/
	padding-bottom: 20px;
	width: inherit;
}

 