/* CSS Document */

body , html{
	background:#FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align:center; /* hack para o IE */
	scrollbar-face-color: #FF6600;
	scrollbar-darkshadow-color: #FF6600;
	scrollbar-highlight-color: #FF6600;
	scrollbar-base-color: #FF6600;
	scrollbar-track-color: #000000;
}

DIV.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	height: 520px;
	margin-left: -370px; /* half of width */
	margin-top: -260px;  /* half of height */

	background-image:url(images/loading.gif);
	background-repeat:no-repeat;	

}

DIV.boton {
	position: absolute;
	right:0%;
	bottom: -2px;
}

td img {
	display: block;
	}
 
a:link {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    color: #000000;
 }
a:visited {
    text-decoration: none;
    color: #000000;
 }
a:hover {
	text-decoration: underline;
	color: #333333;
 }
 a:active {
    color: #000000;
	text-decoration: none;
 } 
