body {
  margin:0;
  background-color: #fefefe;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  font-size: 11pt;
}

a {
  text-decoration:none;
  color: #0099ff;
}

pre {
  font-size: 9pt;
  text-align: left;
  margin-left: 20px;
}

h4 {
  text-align: left;
}

a:hover {
  color: #0099ff;
}

a img {
  border: none;
}

img {/* border style for all images */
  border: 0;
  }

li {
  padding-bottom:10px;
}

ul {}

ul ul{
  font-size: 10pt;
}

#wrapper {
  background-color:#ffffff;
  width:800px;
  border-top: 8px #ff9900 solid;
  border-bottom: 8px #ff9900 solid;
  margin: 0 auto;
  padding-bottom:5px;
  margin-top: 10px;
}

#header {
  border-bottom: 1px #CCCCCC dashed;
  margin: 2px 2px;
  min-height: 70px;
  width: 100%;
}

img.logo {
  float: left;
}

#slideTitle {
  height: 100%;
  width: 100%;
  font-size: 40pt;
  margin-left: 27%;
}

#main {
  margin: 5px 0px;
  width: 100%;
  display: table;
  border-bottom: 1px #CCCCCC dashed;
  padding-bottom: 5px;
}

#leftcolumn {
  display: table-cell;
  width:400px;
}

#rightcolumn {
  width: 400px;
  display:table-cell;
  padding: 5px;
  vertical-align: top;
  text-align: left;
  background-color: #CCCCCC;
}

#footer {
  clear: both;
  text-align: right;
}

#fulltext {
  margin: 5%;
}

.footnote {
  font-size: 8pt;
  font-style: italic;
}

.highlight {
  background-color: lightGreen;
}
