body {
  font-family: sans-serif;
  font-size: 14px;
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
}

table.footer,
table.footer.td {
  width: 100%;
  height: 120px;
  padding: 0;  
  margin: 0;
  border-collapse: collapse;
  background-color:#FFFFFF; 
}

table.header,
table.header.td {
  width: 100%;
  padding: 0;  
  margin: 0;
  border-collapse: collapse;
  background-color:#FFFFFF; 
}

table.mainBody,
table.mainBody.td {
  width: 800px;
  padding: 0;  
  margin: 0;
  border-collapse: collapse;
  background-color:#FFFFFF 
}

p {
  font-size: 13px; line-height: 150%; font-family: sans-serif;
}

a, a:active, a:visited {
  color: #660066; text-decoration: underline
}

a:hover {
  text-decoration: none
}

span.emph {
  color: #CC0000; font-weight: bold;
}

.small {
  font-size: 10px; color: #000000; font-family: sans-serif; margin-top:5pt; margin-bottom:5pt
}

.slideText {
  font-size: 10px; color: #4F004F; font-family: sans-serif; margin-top:5pt; margin-bottom:5pt; font-weight:bold
}

h1 {
  font-size: 22px; margin-bottom:15px; margin-top:15px; font-weight:bold; 
  color: #4F004F;
}

h2 {
  font-weight: bold; font-size: 18px;  margin-top:20px;
  color: #4F004F;
}

h3 {
  font-weight: bold; font-size: 14px;  margin-top:20px; margin-bottom:15px; font-style: italic;
  color: #4F004F;
}

h4 {
	font-weight: bold; font-size: 14px
}

li {
  font-size: 13px; line-height: 150%; font-family: sans-serif; 
  /*list-style-image:url('../images/bullet2.gif'); */
  margin-bottom:10px; 
}

tr {
  font-size: 13px; line-height: 150%; font-family: sans-serif;
}

a:link.menuItem, a:visited.menuItem {
  display: block;
  font-size: 14px;
  padding: 2px;
  color: #E63700;
  background-color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  border: 1px solid #FFFFFF
}

a:hover.menuItem {
  background-color: #E63700;
  border: 1px solid #360800;
  color: #FFFFFF;
}

a:active.menuItem {
  background-color: #E63700;
  border: 1px solid #360800;
  color: #000000;
}

div.menuItem {
  margin-top: 1mm;
}

td.leftMenu {   
  width: 180px;
  padding-left:2px; 
  padding-right:4px; 
  padding-top:1px; 
  padding-bottom:1px; 
  border: 0px solid #000000;
}

td.lowBanner_u { 
  background-color:#360800;
  height: 10px;
}

td.lowBanner_l { 
  background-color:#941A00;
  height: 10px;
}

TH {
	BORDER-RIGHT: black 3px double; PADDING-RIGHT: 0.3em; 
	BORDER-TOP: black 3px double; PADDING-TOP: 0.3em; 
	BORDER-LEFT: black 3px double; PADDING-LEFT: 0.3em; 
	BORDER-BOTTOM: black 3px double; PADDING-BOTTOM: 0.3em; 
	TEXT-ALIGN: left
}

.important {
	padding: 5px;
	FONT-WEIGHT: bolder; 
	color: #ffffff;
	BACKGROUND-COLOR: #CC0000
/*	BACKGROUND-COLOR: #f9b398 */
}

DIV.mySep {
	MARGIN: 20px
}

DIV.sep {
	BORDER-TOP: black 1px solid; MARGIN: 1em
}

DIV.sepbig {
	BORDER-TOP: black 3px solid; MARGIN: 2em 1em
}

DIV.sidebar {
	BORDER-RIGHT: gray 1px dashed; PADDING-RIGHT: 0.3em; 
	BORDER-TOP: gray 1px dashed; PADDING-TOP: 0.3em; 
	BORDER-LEFT: gray 1px dashed; PADDING-LEFT: 0.3em; 
	BORDER-BOTTOM: gray 1px dashed; PADDING-BOTTOM: 0.3em; 
	MARGIN: 2em 1em; 
	BACKGROUND-COLOR: #f0f0f0
}

div#ExhibitsPage table {
  border-collapse: collapse;
  border: 1px solid gray;
  margin: 1em;
}
div#ExhibitsPage td, th {
  border: 1px solid gray;
  padding: 3px 10px;
  vertical-align: top;
}

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;
}
table.SessionList tr td {
  border-style: none;
  font-size: small;
}
td.locationcell {
  border-style: solid;
  font-size: large;
  text-align: right;
}
td.daycell {
  color: #FF3500;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: black;
  background-color: inherit;
  text-indent: 0.5cm;
  font-weight: bold;
}
table.lines {
  border-collapse: collapse;
  border: 1px solid black;
}
table.lines td {
  border: 0 solid black;
  padding: 3px;
}
#LatestNews {
  border: 2px solid #cc0000;
  background-color: #FFA878;
  margin: 0.5em 0;
  padding: 0.5em;
}
ul#LatestNews li {
  border-bottom: 1px solid rgb(220,220,220);
  padding: 2px 0px 2px 0px;
}
ul#LatestNews li:first-child {
  border-bottom: 1px solid rgb(220,220,220);
  border-top: 1px solid rgb(220,220,220);
}
div.bigdivider {
  border-top: 2px solid #CC0000;
  padding: 1em 0 0 0;
}
div.divider {
  border-top: 2px dashed #CC0000;
  padding: 1em 0 0 0;
}


