body {
	background-image:  url(../../display/images/topo_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F2F8D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color:#FF99CC;
	scrollbar-highlight-color:#E2E9B6;
	scrollbar-3dlight-color:#FF99CC;
	scrollbar-darkshadow-color:#BE4A4A;
	scrollbar-shadow-color:#DD006F;
	scrollbar-arrow-color:#B94F3D;
	scrollbar-track-color:#FFCAE4;
}

.INPUT{
	font-family : Arial;
	font-size : 10px;
	border-top : 1px solid #808080;
	border-left : 1px solid #808080;
	border-bottom : 1px solid #D4D0C8;
	border-right : 1px solid #D4D0C8;
	color : #4F4F4F;
	background-color : White;
}

.titulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF5EAE;
	font-weight: none;
	text-decoration : none;
}

.titulo:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF5EAE;
	font-weight: none;
	text-decoration : urderline;
}

#w3BodyOverlay { 
	background-color: #FF5EAE;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter:alpha(opacity="0");
}
#w3ShowMsgToUser {
	position: absolute;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	margin-top: 240px;
	background-color: #fff;
	border: 1px solid #DD006F;
	color: #333;
	padding: 0 0 5px 1em;
	opacity: 0;
	filter: alpha(opacity="0");
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
#w3ShowMsgToUser h3 {
	background-color: #FF5EAE;
	margin: 0 0 0.5em -1em;
	padding: 0.5em 1em 0.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}
#w3ShowMsgToUser ol {
	margin: 0 0 5px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 1.5em;
}
#w3ShowMsgToUser input {
	width: 65px;
	font-weight: bold;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
}
.w3FieldError {
	background-color: #FFCAE4;
	color: #333;
}