body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 170%;
	background-color: #009966;
	margin: 0px;
}
a {
	text-decoration:none;
	color: #009900;
}
a:hover {
	text-decoration:underline;
	color: #00CC00;
}
.titelenco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
}
input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #EFEFEF;
	margin: 2px;
	border: 1px solid #999999;
}
.justadd {
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}
.tdres {
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.tdresover {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	cursor:pointer;
}

.didascalia {
	font-size: 12px;
}