body {
  font-family: sans-serif;
  font-size: 12pt;
  color: black;
  background-color: white;
  text-align: justify;
  vertical-align: top;
/*  width: 800px;*/
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-style: none;
  border-width: 0px;
}

p {
  text-align: justify;
}

.pdflink {
  font-size: 10pt;
}

img.header {
  padding: 0px;
  margin: 0px;
}

table.main {
  width: 100%; /*620px;*/
  vertical-align: top;
}

td.main {
  width: 100%;
	font-family: sans-serif;
	font-size: 12pt;
	color: black;
	background-color: white;
	text-align: justify;
	vertical-align: top;
/*
	border-style: solid;
	border-color: black;
*/
}

table.menu {
  border-collapse: separate;
  width: 170px;
  background-color: white;
  color: black;
  border-spacing: 0px 10px;
  margin: 6px;
}

table.menu td {
  background-color: #001ed5;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: white;
  font-size: 10pt;
  font-family: sans-serif;
  font-weight: bold;
  border-spacing: 12px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

/*
td.menu:hover {
  background-color: white;
  color: black;
  border-style: dashed;
}
*/

h1
	 {
	 font-size: 20pt;
	 font-weight: bold;
	 color: #001ed5;
	 background-color: white;
	 text-align: left;
	 font-family: sans-serif;
	 }

h2
	 {
	 font-size: 14pt;
	 font-weight: bold;
	 color: black;
	 background-color: white;
	 }

h3
	 {
	 font-size: 12pt;
	 font-weight: bold;
	 color: black;
	 background-color: white;
	 }


p.FinePrint {
    font-size: smaller;
}

table.HotelFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}

table.HotelFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 5px;
}
	
blockquote
    {
	padding: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	}

table.RegFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}

table.RegFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-size: smaller;
  text-align: left;
}

table.SessionList tr td {
  border-style: none;
  font-size: small;
}

td.locationcell {
  border-style: solid;
  font-size: large;
  text-align: right;
}

td.daycell {
/*
  color: #bd1a03;
*/
  color: red;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
	 
td.timecell {
  color: black;
  background-color: inherit;
  padding-left: 0.5cm;
  font-weight: bold;
}

.copyrightnotice
	{
	font-family: sans-serif;
	text-align: center;
	font-size: 8pt;
	color: black;
	background-color: #C9DBFF;
	border-style: solid;
	border-left-style: none;
	border-width: 1px;
	border-color: black;
	padding: 2px;
	}
		 
a:link
	{
	color: #001ed5;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	}

a:visited
	{
	color: #001ed5;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	}

a:hover
	{
	color: black;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

a:active
	{
	color: black;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	}	

table.menu a {
  text-decoration: none;
  color: white;
  background-color: #001ed5;
  border-style: none;
  margin: 0px;
  padding: 0px;
  
}

table.menu a:link {
  text-decoration: none;
  color: white;
  background-color: #001ed5;
  border-style: none;
  margin: 0px;
  padding: 0px;
  
}

table.menu a:hover:active:visited {
  text-decoration: none;
  color: white;
  background-color: #001ed5;
  border-style: none;
  margin: 0px;
  padding: 0px;
}

.copyrightnoticelink
	{
	color: black;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: none;
  margin: 0px;
  padding: 0px;
	}
		 
.copyrightnoticelink:link
	{
	color: #001ed5;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: none;
  margin: 0px;
  padding: 0px;
	}
		 
.copyrightnoticelink:hover
	{
	color: blue;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: none;
  margin: 0px;
  padding: 0px;
	}
		 
.copyrightnoticelink:active
	{
	color: blue;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: none;
  margin: 0px;
  padding: 0px;
	}
		 
.copyrightnoticelink:visited
	{
	color: #001ed5;
	background-color: #C9DBFF;
	text-decoration: none;
	border-style: none;
  margin: 0px;
  padding: 0px;
	}
		 
a.exhibitorlink {
  color: #001ed5;
  background-color: white;
  border-style: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

a.plainlink {
  color: black;
  background-color: white;
  border-style: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
a.plainlink:hover {
  color: black;
  background-color: white;
  border-style: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
a.plainlink:active {
  color: black;
  background-color: white;
  border-style: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
a.plainlink:visited {
  color: black;
  background-color: white;
  border-style: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

