body
{
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
  font-family: Georgia, Times, serif;
  font-size: 10pt;
}

h2
{
  margin: 0pt 0pt 0pt 0pt;
  font-size: 20pt;
  font-weight: normal;
}

h3
{
  margin-top: 6pt;
  margin-bottom: 6pt;
  font-size: 16pt;
  font-weight: normal;
}

div#header
{
  font-size: 10pt;
  font-weight: normal;
  margin-top: 6pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 16pt;
  line-height: 1.0;
}

div#header p
{
  margin-top: 6pt;
}

div#container
{
  margin: 0 auto;
  width: 600px;
  line-height: 1.75;
}

a
{
  color: blue;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

div#menu
{
  float: left;
  margin-top: 12pt;
  width: 150px;
  line-height: 1.75;
}

div#menu p
{
  margin-top: 12pt;
  padding-top: 0pt;
}

div#menu ul
{
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 10px;
  padding-left: 10px;
}

div#menu ul li
{
  list-style-type: none;
}

.current
{
  font-weight: bold;
  color:black;
}


dd
{
  margin-bottom: 12pt;
}

span.highlight
{
  background: yellow;
}

a code
{
  color: blue;
}

code
{
  font-family: Courier, monospace;
  font-size: small;
  line-height: 1.25;
  color: #980000;
  padding-right: 0.5ex;
}

pre
{
  font-family: Courier, monospace;
  font-size: small;
  line-height: 1.25;
  margin: 10px 10px 10px 10px;
}

div.slide
{
  border: 1px solid #980000;
  padding: 10px;
}

iframe.slide
{
  border: 1px solid #980000;
  width: 100%;
  height: 600px;
}

table
{
  border-collapse: collapse;
  border: 1px solid #d4d6de;
}

table td
{
  border-collapse: collapse;
  border: 1px solid #d4d6de;
  padding: 2px;
}

table th
{
  border-collapse: collapse;
  border: 1px solid #d4d6de;
/*   background: #d4d6de; */
  padding: 2px;
}
