.headermenu, .photobottom, .phototop, .photo1, .footer {
	display: none;
}

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

h3 { font-size: 100%; margin-bottom: 0.5em;}

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

p {
	margin-top: 0em;
	margin-bottom: 1em;
} 

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

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

/********* 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 #a7afbb;
}
