html, body {
	height: 100%;
}
P, FORM {
	padding:0px;
	margin:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	padding:0px;
	margin:0px;
	overflow:auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#68605D;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
}

a {
	color:#ECDEC3;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.linkh {
	color:#CF5200;
	text-decoration:none;
}

.linkh:hover {
	color:#000000;
	text-decoration:underline;
}

.formular {
	width:180px;
	height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	background-color:#EDE3CE;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333333;
}