/*@import url("style.css");*/

body {
	background-image: url(../imgs/fundo.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#001355;
	margin-left:0px;
	margin-right:0px;
	margin-top:30px;	

}

form {
	margin:0px;
	}

ul,ol {
	margin-top:7px; 
	margin-bottom:0px; 
	line-height:1.8em;
}

img {
	
	text-align:center;
	border-style:none;
	margin:0 px;
}

	
A {
	text-decoration:none;
	border-style:none;
	color:#0066CC;
	border-width:0px;
	
	
}

A:visited {
	text-decoration: none;
	color:#0066CC;
	border-width:0px;
	border-style:none;
}

A:hover {
	color:#FF6600;
	text-decoration: none;
	border-style:none;
}


#contentor {
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	width: 655px;
	margin: 0px auto;
	text-align: left;
	overflow: visible;
	border: 1px solid #000000;
	
}
	
#barraTopo {
	background-color:transparent;
	background-image: url(../imgs/topBar_tx.jpg);
	background-repeat:repeat-x;
	position:relative;
	top:0px;
	width:100%;
	height:85px;
}


#conteudo {
	
	position:relative;
	top:0px;
	width: 635px;
	/*height:360px;*/
	
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	/*padding-top:60px;	margin: 0px;*/
	
	
	font-size:11px;	
	color:#333333;
	text-align:left;	
	
}


.titulo {
	font-size:20px;
	font-weight:bolder;
	color:#333333;
	text-align:left;
}




#produtos {
	background-color: #E0E7F3;
	
	position: relative;
	top: 10px;
	width:625px;
	
	margin:auto;
	margin-bottom:10px;
	
	border: 1px solid #000000;
	
	padding:15px;
	
	text-align: left;
	font-size:12px;
	font-weight:bold;	
	
	color:#333333;
	
}


.tabProd {
	font-size:9px;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
	}


#rodape {
	background-color:transparent;
	width:625px;
	height:15px;
	margin:auto;
	margin-top:15px;
	font-size:10px;
	text-align:center;
	color:#999999;
}


.rodapeTexto {

	font-size:10px;
	text-align:center;
	color:#999999;
}


.imgProd {
	border: 1px solid #3F71AA;
	}


