@charset "utf-8";
/* CSS LAYOUT SITE */
#banner {
	height: 185px;
	width: 770px;
	margin-bottom: 7px;
	margin-left: 13px;
	}
/* CSS Document - TODA PARTE DE TEXTO DO SITE*/
/* MENU DA INDEX*/
.menu{
	font-family:verdana;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	}
.menu a:link{
	font-family:verdana;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	}
.menu a:visited{
	font-family:verdana;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	}
.menu a:hover{
	font-family:verdana;
	font-size:14px;
	text-decoration:none;
	color:#666666;
	}
.menu active{
	font-family:verdana;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	}
/* TITULO PRODUTOS DA INDEX */
.tituloproduto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}
.tituloproduto a:link{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
.tituloproduto a:visited{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
.tituloproduto a:hover{
	font-family:verdana;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	}
.tituloproduto a:active{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
/* TITULO BIO NEWS */
.titulobionews{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	font-weight: bold;	
	}
.titulobionews a:link{
	font-family: Verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	}
.titulobionews a:hover{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
	}
.titulobionews a:visited{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
	}
.titulobionews a:active{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
/* TEXTO BOTÕES LATERAL */
.tbotlateral{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	}
.tbotlateral a:link{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
.tbotlateral a:visited{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
.tbotlateral a:hover{
	font-family:verdana;
	font-size:10px;
	color:#cccccc;
	text-decoration:none;
	}
.tbotlateral a:active{
	font-family:verdana;
	font-size:10px;
	color:#666666;
	txt-decoration:none;
	}
/* TEXTOS CONTEUDO */
.textosconteudonews{
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	}
/* TITULOS EM GERAL */
h1{
	font-family:trebuchet MS;
	font-size:18px;
	color:#000000;
	font-weight: bold;
	text-align:left;
	letter-spacing: -1px;
	}
.textosconteudoqs{
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	color:#000000;
	text-align:left;
	font-style: oblique;
	}


