html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background-image:url(/meetings/08Workshop/images/background.png);
	font-size:12px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-image:url(/meetings/08Workshop/images/background.png);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}

table, tr, td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
		}

a, area, label {
	outline: none;
	font-size:12px;
	}
a:link {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:160px; 
	bottom:52px; 
	width:640px; 
	margin-left:-321px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:642px;
	border-top:164px solid #fff; 
	border-bottom:50px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	top:0; 
	width:640px; 
	min-width:640px; 
	height:160px; 
	background:#fff; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	background:url(/meetings/08Workshop/images/heading.png);
	}

* html #head {
	top:2px; width:642px; height:158px;
	}


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	bottom:0; 
	width:640px; 
	min-width:640px; 
	height:50px; 
	background:url(/meetings/08Workshop/images/footer.png); background-position:0 100px;
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:642px; height:48px;
	}

#content p {
	padding:5px; 
	}
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
h1 {
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color: #f5faff;
	font-size:1.25em;
	border:#000000;
	border-bottom: dotted;
	border-top: dotted;
	border-width: 1px;
	padding: 2px;
	}
h2 {
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color: #f5faff;
	border:#000000;
	border-width: 1px;
	padding: 2px;
	font-size:1em; 
	font-variant: small-caps; 
	border: 1px solid #000;
	margin-left: 2px;
	margin-right: 2px;
	}
h3 {
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color: #f5faff;
	border:#000000;
	font-size:1em; 
	}
table {
	margin: 0 0 1.4em 0;
	}
th {
	color: #000;
	background-color: #f5faff;
	text-transform: uppercase;
	font-size:18px;
	font-variant: small-caps; 
	border: 1px solid #000;
	}
th, td {
	padding: 5px 6px 5px 6px;
	vertical-align: top;
	}
td,
th,
td p,
td li,
td pre {
	line-height: 1.1;
	font-size: 12px;
	}

