table.grid 
{
	background-color : #ddddd9;
}

body 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #033333;
	background-color : #FFFFF0;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
}

.menuvert 
{
	font-weight : bold;
	font-size : 10pt;
}

.white{
	background-color: White;
}

.txtlink
{
	font-weight : bold;
	font-size : 8pt;
	border : 1px solid #666666;
	background-color : #DCDCDC;
	color : Black;
}

.big
{
	font-size : 10pt;
	font-weight : normal;	
}

tr
{
	background-color : #FFFFF0;
	font-size : 9pt;
}

.head
{
	font-size : 11pt;
	color : #666666;
	}

.border
{
	border : 1px dashed #666666;
}

.strong 
{
	font-style : italic;
	color : Black;
}

input.buttonblue
{
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helveticasa, sans-serif;
	font-weight: bold;
	border : 1px solid #666666;
	cursor : hand;
	background-color : #DcDcDc	;
}

.line 
{
	background: #FFFACD;
}

a:link 
{
	color: Black;
}

a:visited 
{
	color : Black;
}

a:hover 
{
	color : #CC6600;
	text-decoration : none;
}

a:link.nav, a:hover.nav,a:visited.nav
{
	color : black;
	text-decoration : none;
}

hr 
{
	color : #666666;
}

.navvert 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
	border-style : solid;
	border-right-width : 1px;
	border-left-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;
	border-color : #666666;
}

input 
{
	background-color : #FFFFE0;
	font-size : 8pt;
}

select 
{ 
	background-color : #FFFFE0;
	font-size : 8pt;
}

.bold 
{
	font-size: 10pt;
	color:#404040;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
}
	 
.error 
{ 
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: white; 
   background: #404040 
}

li.selected {
	list-style: disc;
	list-style-image: url(images/gruen.gif);
}

li.notselected {
	list-style: circle;
	list-style-image: url(images/rot.gif);
}

.underline
{
	text-decoration: underline;
}

.no_underline
{
	text-decoration: none;
}

.txt
{
	text-decoration: none;
}