body {
  margin: 8px;
  padding: 0px;
  background: #000000;
  font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 12px;
  text-align: justify;
}

a:link		{text-decoration: underline; color: #FFFFFF}
a:active	{}
a:visited	{text-decoration: underline; color: #FFFFFF}
a:hover		{text-decoration: underline; color: #FFFFFF}

.main {
  font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 12px;
  text-align: justify;
}

.highlight {
  font-family: arial,helvetica;
  color: #FF0000;
  font-size: 12px;
  text-align: justify;
}

.title {
  font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 24px;
}

.title2 {
font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 14px;
}

.smalltitle {
  font-family: arial,helvetica;
  color: #000000;
  font-size: 10px;
  font-weight: normal;
}

.super {
  font-size: 6px;
  vertical-align: super;
}

.boxtitle {
  background: #D0D0D0 url(gfx/grad.gif);
  font-family: arial,helvetica;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.boxborder {
  background: #D0D0D0;
}

.boxcontent {
  background: #303030;
  font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 12px;
  text-align: justify;
}

.boxhighlight {
  background: #505050;
}

.boxhighlight_content {
  padding: 10px;
  background: #505050;
  font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 12px;
  text-align: justify;
}

.boxhighlight_top {
  background-image: url(gfx/boxhighlight/topshadow.gif);
}

.boxhighlight_bottom {
  background-image: url(gfx/boxhighlight/bottomshadow.gif);
}

.boxhighlight_left {
  background-image: url(gfx/boxhighlight/leftshadow.gif);
}

.boxhighlight_right {
  background-image: url(gfx/boxhighlight/rightshadow.gif);
}

.quote_begin {
  position: relative;
  top: 2px;
}

.quote_end {
  position: relative;
  top: 2px;
  vertical-align: text-top;
}

.pic {
  border-color: #FFFFFF;
}

.pictitle {
  font-family: arial,helvetica;
  color: #FFFFFF;
  font-size: 10px;
}

.pic_thickborder {
  border-color: #FFFFFF;
  border-width: 3px;
}

.footer	{
  font-family: verdana,arial,helvetica;
  color: #FFFFFF;
  font-size: 10px;
}