BODY, TD, A, TH {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
    background-color: #ffffff;
}

TH {
	color: #eeeeee;
	border-top    : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

.center {
    text-align: center;
}
IMG.center, TABLE.centerblock {
    margin-left: auto;
    margin-right: auto
}
img.center {
    display: block;
}
TABLE.centerblock {
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}
TABLE.centerblock td {
    padding: 6px;
    vertical-align: top;
}

.greybg {
    background-color: #eeeeee;
}

.menutext {
    color: #660066;
}
.Sceneheader {
    color: #000033;
}
.Scenetext {
    color: #666666;
}
.errortext {
    color: #ff0000;
}
.bigtext {
    color: #000000; font-size: 12pt; font-weight: 900;
}
A:link, A:active, A:visited, A:hover {
    color: #666666; text-decoration: none
}

INPUT {
	background-color	:	#ffffff;
	color				:	#666666;
	font-style			:	normal;
	font-weight			:	normal;
	border				:	1px solid #666666;
} 
SELECT {
	background-color	:	#ffffff;
	color				:	#666666;
	font-style			:	normal;
	font-weight			:	normal;
	border				:	1px solid #666666;
	width				:	180px;
} 
INPUT.knap {
	background-color	:	#ffffff;
	color				:	#666666;
	font-style			:	normal;
	font-weight			:	normal;
	cursor: pointer;
}


H3 {
	color : #000000;
}

div {
    margin-bottom : 8px;
}
i {
    font-size : 11px;
}

.copyright {
    font-size:smaller;
    text-align: center;
}