h1 {
	text-align: left;
	font-weight: normal;
	font-size: 2.2em;
/*	background-image: url(head.jpg);*/
    background-color: black;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;	
	border-top: 1px solid #990000;
	/*border-bottom: 1px solid #990000;*/
}
h2 {
	text-align: center;
	font-size: 1.4em;
    font-weight:300;
	background-image: url(head.jpg); 
/*    background-color: black;*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	border-top: 1px solid #990000;
/*	border-bottom: 1px solid #990000;*/
}
h3 {
	font-size: 1.2em;
}
p {
    line-height: 115%;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}
p.linkbar {
	line-height: 110%;
	/*border-top: 1px solid #990000;*/
    background-image: url(head.jpg);
    /*background-color:black;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
}
h2.note {
    border-bottom:none;
	font-size: small;
	margin-left: 3px;
    padding-bottom:6px;
    padding-top:6px;
}
p.note {
	font-size: small;
	margin: 5px;
}
table {
	color: white;
	background-color: dimgray;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1.0em;
       text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
table.speakers {
    padding-right: 40px;
}
table.inline {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 20px;
}
table.note {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
td {
	background-color: dimgray;
	color: white;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
td.speakers {
    border-bottom: none}
td.inline {
	border-bottom: 1px solid #990000;
	padding-top: 0px;
	border-bottom: none;
	vertical-align: top;
}
td.note {
	border-bottom: none;
	vertical-align: top;
}
td.footer {
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	line-height: 100%;
	background-color: dimgray;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: white;
	text-align: right;
	padding-top: 5px;
}
table.logo {
    border:none;
}
body {
	margin: 0px;
	background-color: #770000;
/*    background-image:url(poster_8.5x11.jpg);*/
	color: white;
}
a {
	color: Wheat;
}
a.linkbar { color: White; }
img {
    background-color: white;
}