body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;
}

table {
	font-family: tahoma;
	font-size: 9pt;
	}

a.link {
	color: red;
	text-decoration: none;
}
a.link:hover {
	color: #FF3300;
	text-decoration: none;
}

input.inp{
	border-left:1 px solid #799842;
	border-right:1 px solid #799842;
	border-top:1 px solid #799842;
	border-bottom:1 px solid #799842;
	font-family:tahoma;
	height:20;
	}
textarea.inp{
	border-left:1 px solid #799842;
	border-right:1 px solid #799842;
	border-top:1 px solid #799842;
	border-bottom:1 px solid #799842;
	font-family:tahoma;
	}