html {
	margin: 0px;
	padding: 0px;
SCROLLBAR-FACE-COLOR: #DDE8FA; 
SCROLLBAR-HIGHLIGHT-COLOR:#ffffff; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #000000; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #DDE8FA; 
SCROLLBAR-DARKSHADOW-COLOR: #1442C6
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1442C6;
	background-color: #d8e0f3;
	background-image: url(back_001.jpg);
	background-repeat: repeat;
	text-align: center;
	cursor: crosshair;
}
#container {
	text-align: center;
	width: 800px;
	padding-top: 20px;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1442C6;
	text-align: center;
	width: 600px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1442C6;
	text-decoration: underline;
}
