@charset "utf-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
:focus {outline:0;}
table {border-collapse: collapse;border-spacing:0;}
caption, th, td {text-align: left;font-weight:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
input {margin:0; padding:0;}
a {text-decoration:none; cursor:pointer; color:#333;}
a:hover {text-decoration:underline;}


html {
/*	height: 100%;*/
	overflow-x:hidden;
}

#tudo{
	height:100%;
	width:100%;
	position:absolute;
	z-index:9;
	top:0;
}

#aviso {
	width:400px;
	height: 300px;
	position:absolute;
	left:50%;
	/*top:50%;*/
	margin-left:-100px;
	/*margin-top: -150px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	text-align:center;
	color:#000000;
	
}
#conteudoAlternativo {
	margin-left:10px;
	margin-top:10px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	text-align:left;
	color:#000000;
	
}
a{
	color:#003300;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;s
	text-align:left;
}

.style1 {
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}