
body,td,th,div,p,pre,h1,h2,h3,h4,ul,li,blockquote {
  font-family: Helvetica,Arial,"Sans Serif",sans-serif;
}

body,td,th,div,p,pre,ul,li,blockquote {
  font-size: 10pt;
  color: #000000;
}

body {
  background-image: url(images/background.png);
  background-position: top left;
  background-repeat: repeat-x;
  padding: 0 0 0 0;
  margin: 0 auto;

  width: 720px;
}

p,h1,h2,h3,h4,ul,li,blockquote {
  text-align: left;
}

ul {
  padding-left: 1em;
  margin-left: 1em;
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
}

h1,h2,h3,h4 {
  font-weight: bold;
  color: #999999;
}

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-size: 10pt;
}

a:link { text-decoration: none; font-weight: bold; color: #BB0000; background-color: #FFFFFF; }
a:active { text-decoration: none; font-weight: bold; color: #97CE5D; background-color: #FFFFFF; }
a:visited { text-decoration: none; font-weight: bold; color: #BB0000; background-color: #FFFFFF; }
a:hover { text-decoration: underline; font-weight: bold; color: #97CE5D; background-color: #FFFFFF; }

em { font-weight: bold; font-style: normal; color: #999999; background-color: #FFFFFF; }

var { font-weight: normal; text-decoration: none; font-style: italic; }

error { font-weight: bold; color: #BB0000; }

th { font-weight: bold; color: #999999; text-align: left; }

pre { margin-top: 0; margin-bottom: 0; font-family: Courier, monospace; text-align: left; }

p.author { }
p.disclaimer { color: #999999; }

div.statgroup {
  margin-top: 1ex;
  margin-left: 0;
  font-weight: bold;
}

div.statobject {
  margin-left: 1em;
}

/* Block objects for structuring the page */

div.navigation {
  width: 130px;

  margin: 0 auto;
  border: 0;
  float: left;
}

div.language {
  float: right;

  font-size: 8pt;
}

div.content { 
  width: 590px;

  margin: 0 auto;
  border: 0;
  float: left;
}

div.ad {
  float: right;
}

img.logo {
  display: block;
  margin: 0 auto;
  border: 0;
}
