* { margin: 0; padding: 0; }

body {
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat;
	background-color: #EEEEEE;
	font: 10px Verdana;
	color:#333333;
}

#wrap{
	width:850px;
	margin:0 auto;
	background: #EEEEEE;
}
.tituloPequenoBD {
	text-transform:lowercase;
}
#conteudo{
	position:relative;
	background: #EEEEEE;
	width:656px;
	height:100%;
	min-height:400px;
	margin-left:192px;
	top:1px;
}
#logo{
	position:relative;
	width:170px;
	height:90px;
	top:10px;
	left:10px;
}
#Busca{
	position:absolute;
	margin-left:655px;
	width:200px;
	top: 80px;
}

#titulo{
	font: bolder 14px verdana;
	color: #333333;
}

#clear{
	clear:both;
}

#menu{
	background-image: url(../img/topo.jpg);
	width:850px;
	height:119px;
	margin:0 auto;
}
#menuTopo{
	background:#CCC;
	padding-top:8px;
	padding-bottom:8px;
	text-align:right;
	width:640px;
	padding-left:8px;
	padding-right:8px;
}
#menuTopo2{
	background:#CCC;
	padding-top:8px;
	padding-bottom:8px;
	text-align:left;
	width:640px;
	padding-left:8px;
	padding-right:8px;
	color:#FFFFFF;
	font-weight:bold;
}
#Inteira{
	width:656px;
	height:100%;
}
#dados{
	width:640px;
	height:100%;
	padding-left:8px;
	padding-right:8px;
}
img{
	border:none;
}
/* Form */

input.texto{
	font: 11px verdana;
	border: 1px solid #CCC;
	height:18px;
	width: 250px;
	background:#FFF;
}

input.busca{
	font: 11px verdana;
	border: 1px solid #CCC;
	height:18px;
	width: 170px;
	padding-top:2px;
	background:#FFF;
}

input.btBusca{
	font:11px verdana;
	background:#333;
	color:#FFFFFF;
	border: 1px solid #CCC;
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:4px;
}

input.login{
	font:11px verdana;
	width:150px;
	height:18px;
	color:#333;
	border: 1px solid #CCC;
}

input.botao{
	font:11px verdana;
	background:#333333;
	color:#FFFFFF;
	border: 1px solid #CCC;
	padding:1px 3px 1px 3px ;
}

#textarea{
	font:11px verdana;
	width:450px;
	height:80px;
	color:#333;
	border: 1px solid #CCC;
}
#textarea2{
	font:11px verdana;
	width:450px;
	height:400px;
	color:#333;
	border: 1px solid #CCC;
}



/* Links */

a.Verde {
	font-family: Verdana;
	font-size: 11px;
	color: #9ab045;
	text-decoration: none;
}

a.Verde:link {
	text-decoration: none;
}

a.Verde:visited {
	text-decoration: none;
	color: #9ab045;
}

a.Verde:hover {
	text-decoration: underline;
}

a.Verde:active {
	text-decoration: none;
	color: #9ab045;
}

a.preto {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.preto:link {
	text-decoration: none;
}

a.preto:visited {
	text-decoration: none;
	color: #333333;
}

a.preto:hover {
	text-decoration: underline;
	color: #666666;
}

a.preto:active {
	text-decoration: none;
	color: #333333;
}
a.pretoG, a.pretoG:visited{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #333333;
}
a.pretoG:hover{
	text-decoration:underline;
}
a.Branco {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}

a.Branco:link {
	text-decoration: none;
}

a.Branco:visited {
	text-decoration: none;
	color: #FFF;
}

a.Branco:hover {
	text-decoration: underline;
	color: #F3F3F3;
}

a.Branco:active {
	text-decoration: none;
	color: #FFF;
}



a, a:visited {
	text-decoration: none;
	color: #333333; 
	background: inherit;
	margin-right:8px;
}

a:hover {
	color: #666666;
	background: inherit;
}

.tituloM{
	font:bolder 11px verdana;
	color:#779100;
}
.tituloVermelho{
	font:bolder 11px verdana;
	color:#CC3300;
}
.tituloVermelhoG{
	font:bolder 13px verdana;
	color:#CC3300;
}

/* Rodape */

#Rodape{
	width:100%;
	background:#d7dbe7;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center
}

