/************ 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: #996600;
	margin-bottom: -0.5em;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-transform: uppercase;
}
h2 { font-size: 14pt; font-weight: bold; color: #996600; 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;}

a:link, a:visited {
	color: #996600;
	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, #flashtop,  #footer, #navbar, .textwidget {
	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 ********************/

.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 ********************/
.table_unlined TD , .table_lined TD {
	padding = 4px 5px 4px 5px; 
	font-size: 10pt;
}

.table_lined , .table_unlined {
	border: solid 2px;
	border-color : #999999;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #E4ECF2; /* was EBF2F5; */
	margin-top: 1em;
	width: auto;
}

.table_lined TD {
	border-style: none dotted solid none;
	border-width: 1px;
	border-color: #DDDDDD; /* #C9DAE4; */
}

.table_unlined TD {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #DDDDDD; /* #C9DAE4; */
}

.table_lined TH , .table_unlined 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_lined A , .table_unlined A, .table_unlined a:link, .table_unlined a:visited {  
	text-decoration: none;
}

.table_lined A:hover , .table_unlined A:hover {  
	color: #990000;
	text-decoration: none
}
