/************ APPEARANCE TAGS **************/

body {
	margin: 0em 2px 0em 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	background-color: white;
	background-image: none;
}

h1 { font-size: 16pt; font-weight: normal; color: #7BA0B2; margin-bottom: -0.5em;
	letter-spacing: 1px; word-spacing: 3px;	
	text-transform: uppercase;}
h2 { font-size: 14pt; font-weight: bold; color: #0F526B; margin-bottom: -1em;}
h3 { font-size: 12pt; font-weight: bold; color: #000000; font-style: normal; margin-bottom: -1.2em;}
h4 { font-size: 12pt; font-weight: bold; color: #000000; font-style: normal; margin-bottom: -0.8em;}

.smallfont {
	font-size: 8pt;
}
a:link, a:visited {
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}

#mainarea {
	position: relative;
	width: auto;
	display: block;
	text-align: left;
}

.floating_ill IMG {
	float: right;
	border: 1px solid black;
	margin: 1em;
}

#mainmenu {
	display: none;
}

.grey_bar_cell {
	display: none;
}

.header_cell {
	background-color: transparent;
	text-align: center;
	padding-bottom: 1em;
}

.footer_cell {
	padding-top: 2em;
	text-align: center;
	font-size: 10pt;
}


/*************** NICE ILLUSTRATIONS ********************/

TABLE.table_gallery {
	position: relative;
	border-collapse: collapse;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
}
TABLE.table_gallery TD{
	padding: 10px 15px;
}
.ill, .ill_left, .ill_right, .table_gallery {
	position: relative;
	margin-bottom: 1.5em;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
	color: #666;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

.ill {
	font-weight: normal;
}

.ill_right {
	float: right;
	margin-left: 2em;
/*	clear: left; */
}

.ill_left {
	float: left;
	margin-right: 2em;
}

.ill IMG, .ill_left IMG, .ill_right IMG, .table_gallery IMG  {
	margin-bottom: 0.6em;
	border: 1px solid #666;
}


.floating_ill {  /* holds the table */
	position: relative;
	float: right;
}

TABLE.ill_table {
	border: none;
	margin: 18px 5px 5px 8px;
	position: relative;
/*	z-index: 3;
	left: 0px;
	top: 0px; */
	width: 180px;
}

TABLE.ill_table TD {
	border: none;
	text-transform: uppercase;
	text-align:center;
}

.floating_ill IMG {
	float: right;
	border: 1px solid black;
	margin: 1em;
}

/*************** NICE TABLES ********************/
.unlinedtable TD , .linedtable TD, .table_data TD {
	padding: 4px 5px 4px 5px; 
	font-size: 10pt;
}

.linedtable , .unlinedtable, .table_data {
	border: solid 2px;
	border-color : #999999;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #E4ECF2; /* was EBF2F5; */
	margin-top: 1em;
	width: auto;
}

.linedtable TD {
	border-style: none dotted solid none;
	border-width: 1px;
	border-color: #DDDDDD; /* #C9DAE4; */
}

.unlinedtable TD {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #DDDDDD; /* #C9DAE4; */
}

.linedtable TH , .unlinedtable TH, table_data TH  {
	border-style: solid dotted solid none;
	border-width: 2px;
	border-color : #999999;
	margin-top: 1em;
	font-style: bold;
	font-size: 12pt;
	color: black;
	padding = 2px 5px 2px 5px;
}
.table_data {
	border: 1px solid #666;
	margin-bottom: 1em;
}
.table_data TD, table_data TH {
	border: 1px solid #666;
}


.linedtable A , .unlinedtable A, .unlinedtable a:link, .unlinedtable a:visited {  
	text-decoration: none;
}

.linedtable A:hover , .unlinedtable A:hover {  
	color: #990000;
	text-decoration: none
}