


      h1 {
	font-family: sans-serif;
	font-size: 14pt;
	color: #993333
}
h2 {
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000
}
h3 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #000000
}
h4 {
	font-family: sans-serif;
	font-size: 10pt;
	color: #993333
}
h5 {
	font-family: sans-serif;
	font-size: 10pt;
	color: #993333
}
h6 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #993333
}
A.consult {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #000000;
	text-decoration: none
}
A.consult:visited {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #000000;
	text-decoration: none
}
A.consult:hover {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #993333;
	text-decoration: none;
	background: #FFFFFF
}
A.nsel {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #888888;
	text-decoration: none
}
A.nsel:visited {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #888888;
	text-decoration: none
}
A.nsel:hover {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #888888;
	text-decoration: none;
	background: #FFFFFF
}
A.consultancy_link {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #993333;
	text-decoration: none
}
A.consultancy_link:visited {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #993333;
	text-decoration: none
}
A.consultancy_link:hover {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF
}
p {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: black;
	text-align: left
}
hr {
	font-family: arial, helvetica, verdana, swiss;
	color: #bbbbbb;
	height: 0;
	text-align: left
}
li {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: #000000;
	text-align: left
}
input {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: black;
	border: #bbbbbb 1px solid
}
input.nb {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: black;
	border: white 0px solid
}
input.brown {
	background: #993333;
	border: black 1px solid;
	color: white;
	font-family: helvetica, arial, verdana, swiss;
	font-size: 8pt
}
select {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: black;
	border: #bbbbbb 0px solid
}
textarea {
	font-family: arial, helvetica, verdana, swiss;
	font-size: 8pt;
	color: black;
	border: #bbbbbb 1px solid
}
/*CSS zoomed images*/

.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 1px;
	right: -60px;
	border: 1px white;
	visibility: hidden;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
	z-index: 99;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -130;
	right:100px; /*position where enlarged image should offset horizontally */
	z-index: 99;
}

