.headermenu, .leftbox , .footer_right, .photostrip, .diags {
	display: none;
}

h1 {
	font-size: 14pt; 
	margin-top: 1em;
	margin-bottom: 1em;
	color: black;
}

A:link, A:visited { color: #015093; text-decoration: underline; }
A:hover { color: #b10000; text-decoration: underline; }

.header {
	background-color: #44474c;
}

.container_outer, .maincontent  {
	width: auto;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

.footer {
	width: auto;
	font-size: 8pt; 
	color: #666666;
}

CAPTION {
	padding: 0.5em;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

.ill_left, .ill_right {
	position: relative;
	clear: both;
	float: right;
	margin: 1em;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.ill_left IMG, .ill_right IMG  {
	margin-bottom: 0.6em;
	border: 1px solid black;
}
/*************** NICE TABLES ********************/

.linedtable , .unlinedtable, .datatable {
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.linedtable TD, .unlinedtable TD, .datatable TD {
	padding: 4px 9px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #f1e19e;
	vertical-align: top;
}

.linedtable TD {
	border-style: none dotted solid none;
}

.unlinedtable TD {
	border-style: none none solid none;
}
.datatable {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.datatable TD {
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 8pt;
}

.linedtable TH , .unlinedtable TH {
	padding: 10px 5px 2px 8px;
	font-style: bold;
	color: #548db4;
	font-size: 11pt;
	border-bottom: 1px solid #f1e19e;
	text-align: left;
}

.datatable TH {
	padding: 0.4em 0.2em;
	background-color: #dedede;
	font-style: bold;
	color: black;
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	font-size: 100%;
	text-align: center;
}


.linedtable A , .unlinedtable A {  
	text-decoration: none;
}

.linedtable A:hover , .unlinedtable A:hover {  
	color: #990000;
	text-decoration: none;
}

TD.sizecell {  text-align: right; padding-left: 3em; }
TD.titlecell {  }
TD.datecell {  padding-left: 1px; }

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