INPUT {
	background-color : #EFCEFD;
}

BODY {
	scrollbar-dark-shadow-color : Fuchsia;
	scrollbar-arrow-color : Fuchsia;
	scrollbar-face-color : #4B0082;
	scrollbar-base-color : #4B0082;
	scrollbar-highlight-color : Fuchsia;
	background-color : White;
}

Table.TdText {
	background-color : transparent;
	border : 1px dotted Black;
	font-family : Tahoma;
	font-size : 9pt;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	border-bottom-width : 0px;
	border-top-width : 0px;
	color : Black;
}
TD.TdLeft {
	border : 1px solid #4B0082;
	font-family : Tahoma;
	font-size : 9pt;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	border-bottom-width : 0px;
	border-left-width : 5px;
	border-right-width : 0px;
	border-left-color : #4B0082;
	color : Black;
	background-color : #EFCEFD;
}



TABLE.meny {
	background-color : #4B0082;
	border-bottom : 0px ;
	border-top :0px ;
}
TD.meny {
	cursor : hand;
	background-color : #4B0082;
	border : 0px;
	border:#4B0082;
}
A:VISITED.meny {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #F8F8FF;
	font-weight : bold;
	text-decoration : none;
	border-left : 1px solid #4B0082;
	border-right : 1px solid #4B0082;
	padding-left : 20px;
	padding-right : 20px;
	border-bottom-color : #4B0082;
}

A:LINK.meny {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : White;
	font-weight : bold;
	text-decoration : none;
	border-left : 1px solid #EFC8FD;
	border-right : 1px solid #EFC8FD;
	padding-left : 20px;
	padding-right : 20px;
	border-bottom-color : #EFC8FD;
}
A:HOVER.meny {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Black;
	font-weight : bold;
	text-decoration : none;
	background-color : #D775FF;
	background-position : 100px;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	padding-left : 20px;
	padding-right : 20px;
}




TD.paddingtext {
	font-family : Tahoma;
	font-size : 9pt;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 0px;
	color : Black;
}
div {
	font-family : Tahoma;
	font-size : 9pt;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 0px;
	color : #4B0082;
	font-weight : normal;
}
.box {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #108A41;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 0pt;
	height: 150px;
	width: 300px;
	border: thin double #EFCEFD;
	margin: 10px;
	padding: 10px;

}

