sup {
	line-height: 0;
	vertical-align: text-top;
}

/********* ILLUSTRATIONS ***************************/
.table_gallery {
	border-collapse: collapse;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.table_gallery TD{
	padding: 15px 15px;
}
.ill, .ill_left, .illustration_right, .illustration_left, .illustration, .table_gallery {
	position: relative;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

.ill A, .ill_left A, .illustration_right A , .illustration_left A , .illustration A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .illustration_right A:hover , .illustration_left A:hover , .illustration A:hover {
	text-decoration: underline;
}

.ill, .illustration {
	margin-bottom: 1em;
	font-weight: normal;
}

.illustration_right {
	float: right;
/*	margin: 5px 0px 1.5em 1em; */
	margin-left: 10px;
/*	clear: left; */
}

.ill_left , .illustration_left {
	float: left;
	margin: 5px 1.5em 1em 0px;
}

.ill IMG, .ill_left IMG, .table_gallery IMG , .illustration_right IMG , .illustration_left IMG , .illustration IMG  {
	margin-bottom: 0.5em;
	border: 1px solid #02294a;
}

/*************** NICE TABLES ********************/
TABLE.table_data , TABLE.table_invisible , TABLE.table_investorcentre {
/*	border: 1px solid #dae9f8;  */
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

TABLE.table_data {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #6c6c6c;	
}

TABLE.table_invisible TD , TABLE.table_investorcentre TD {
	padding: 6px 9px; 
	font-size: 9pt;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #F0F0F0;
	vertical-align: top;
}

TABLE.table_invisible TD {
	border-style: none;
}

TABLE.table_investorcentre TD , TABLE.table_investorcentre TD  {
	border-style: none none solid none;
}

TABLE.table_data TD {
	border: 1px solid #6c6c6c;
	padding: 6px 9px; 
	font-size: 9pt;
	vertical-align: top;
}

TABLE.table_data TH , TABLE.table_invisible TH , TABLE.table_investorcentre TH {
	padding: 10px 5px 2px 8px;
	font-style: bold;
	color: black;
	font-size: 11pt;
	border-bottom: 1px solid black;
	text-align: left;
	font-family: "Copperplate Gothic Bold", Arial, sans-serif;
	letter-spacing: 1px;
	vertical-align: top;
}

TABLE.table_data TH {
	padding: 5px ;
	border-bottom: 1px solid #f68828;
	background-color: #f68828;	
	font-family: "Verdana", Arial, sans-serif;
	color: black;
	letter-spacing: normal;
	font-size: 9pt;
}

TABLE.table_invisible A , TABLE.table_investorcentre A  {  
	text-decoration: none;
}

A:hover , TABLE.table_invisible A:hover , TABLE.table_investorcentre A:hover {  
	text-decoration: underline; 
}

.sizecell {  
	text-align: right;
}

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont TD{
	font-size: 8pt;
}

