body
{
  background-color: #202010;
  color: #DFDFDF;
  font-family: Verdana, Arial, Helvettica, Sans-Serif;
  font-size: 12pt;
}

a
{
  text-decoration: none;
  border-bottom: 1px dotted #FFFFFF;
  color: #FFFFFF;
  font-size: 10pt;
}

a:hover
{
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 10pt;
}

.nolink
{
  color: #8F8F8F;
  border-bottom: 1px dotted #8F8F8F;
}

.nolink:hover
{
  color: #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
}

#header
{
  margin: 0px auto 0px auto;
  width: 310px;
}

#body-block .title
{
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #DFDFDF;
  padding: 10px;
}

#body-block .item
{
  border: 1px solid #FFFFFF;
  -moz-border-radius: 4px;
  background-color: #000000;
  width: 400px;
  margin: 10px auto 10px auto;
  padding: 10px;
}

#body-block .item .title
{
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  border-bottom: 0px none #DFDFDF;
  padding: 0px;
}

#body-block .item .description
{
  font-size: 12pt;
}

#footer
{
  text-align: center;
  font-size: 10pt;
  border-top: 1px solid #DFDFDF;
  padding: 10px;
}

