BODY, TD
{
	font-family:      "Verdana", "Arial", "Helvetica", "Sans-Serif";
	font-size:        10pt;
	background-color: rgb(255,255,255);
	color:            rgb(102,102,102);
}

A
{
	color: rgb(0,0,255);
}


.Header
{
	font-size: 14pt;
	color:     rgb(0,128,0);
}

.Menu
{
	font-size: 10px;
	color: rgb(0,0,128);
	text-decoration: none;
}

.Menu:hover
{
	color: rgb(0,0,0);
	background-color: rgb(254,242,203);
}

.InputBox
{
	font-family: "Verdana", "Arial", "Helvetica", "Sans-Serif";
	font-size:   10px;
	color:       rgb(102,102,102);
}

.StregPos
{
	position:   absolute;
	left:       27px;
	top:        75px;
	width:      55px;
	height:     2px;
	z-index:    1;
	visibility: hidden;
}

