* {
	margin:0;
	padding:0
}

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

/* COMPOSIÇÃO */

/*** DIVs ***/

#box {
	position:absolute;
	width:855px;
	height:505px;
	top:0px;
	left:0px;
	background-image:url(../img/bg_janela.jpg);
	background-repeat:no-repeat;
	z-index:10;
}

#box_faixa {
	position:absolute;
	width:815px;
	height:22px;
	top:0px;
	left:0px;
	background-image:url(../img/box_topo_verde.jpg);
	background-repeat:repeat-x;
	padding:17px 20px 16px 20px;
	z-index:11;
}

#box_fechar {
	position:absolute;
	width:11px;
	height:11px;
	top:22px;
	right:20px;
	cursor:pointer;
	z-index:14;
}

#box_logo {
	position:absolute;
	width:500px;
	height:130px;
	top:70px;
	left:157px;
	z-index:12;
}

#box_titulo {
	position:absolute;
	width:196px;
	height:40px;
	top:80px;
	left:580px;
	z-index:17;
}

#box_scroll {
	position:absolute;
	width:22px;
	height:54px;
	top:210px;
	left:820px;
	z-index:19;
}

#box_texto {
	position:absolute;
	width:775px;
	height:275px;
	top:210px;
	left:40px;
	overflow:hidden;
	z-index:13;
}


/*** FONTES ***/

.trebuchet_20_branco {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#FFFFFF; 
}

.trebuchet_16_333333 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#333333;
}

.trebuchet_10_333333 {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#333333;
}

.trebuchet_11_333333 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333333;
}

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

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

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

.trebuchet_9_amarelo {
	font-family:"Trebuchet MS";
	font-size:9px;
	color:#ffd200;
}


/*** LINKS ***/

a.link {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#3f9d6d;
	cursor:pointer;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}