@charset "utf-8";
/* CSS Document */

A:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:hover {
	COLOR: #CCCCCC; TEXT-DECORATION: none
}

A:active {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	text-decoration:none;
	padding: 0;
	padding-top:0;
	padding-bottom:0;

}
#container {
	position: relative;
	float:center;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	width:770px;
	height:auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
#topo {
	position: relative;
	width: 770px;
	height:58px;
	z-index: 1;
}
#slideshow {
	position: relative;
	width:770px;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
#meio {
	position: relative;
	width:770px;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
#menu_left {
	position: relative;
	width:170px;
	float:left;
	display: block;
	z-index: 1;
}
#destaque {
	position: relative;
	width:600px;
	float:right;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.texto_blue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5db3ff;
}
.destaque {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #FFFFFF;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #5db3ff;
}
.texto_small {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 13px;
	color: #999999;
}
.borda1 {
	border-bottom: 1px solid #FFFFFF;
	margin: 2px 0;
}
.texto_small_branco {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
