
/* $WEFT -- Created by: Stefan Rusek (Unknown) on 11/4/2005 -- */
  @font-face {
    font-family: Deutsch Gothic;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.rusek.org/aneta/DEUTSCH0.eot);
  }
  @font-face {
    font-family: Deutsch Gothic;
    font-style:  normal;
    font-weight: 700;
    src: url(http://www.rusek.org/aneta/DEUTSCH0.eot);
  }
  @font-face {
    font-family: Deutsch Gothic;
    font-style:  oblique;
    font-weight: normal;
    src: url(http://www.rusek.org/aneta/DEUTSCH0.eot);
  }
  @font-face {
    font-family: Deutsch Gothic;
    font-style:  oblique;
    font-weight: 700;
    src: url(http://www.rusek.org/aneta/DEUTSCH0.eot);
  }


.editor div span
{
	display: block;
	float: left;
	width: 175px;
}

.editor div input
{
	width: 175px;
}

.editor div textarea
{
	clear: left;
	width: 350px;
	height: 350px;
}

table 
{
	border-collapse:collapse;
	border: 0px;
}

table tr.listheader
{
	background-color: lightgrey;
	font-weight: bold;
	text-align: center;
}

table tr.listheader td.item
{
	width: 200px;
}

.bodycontent .title
{
	display: none;
}

.bodycontent
{
	font-size: 12pt;
	font-family: Trebuchet MS;
}

.bodycontent h1
{
	text-align: right;
}

.bodycontent h2
{
	color: Gray;
}

a,
a:visited
{
	color: white;
}

.gothic
{
	font-family: Deutsch Gothic;
}