@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-image: url(img/fundo.jpg);
}

#topo {
	width: 778px;
	margin: 0 auto;
}

span.txtdestaque {
	color: #006699;
	font-weight: bold;
}

#tudo {
	width: 778px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
#rodape {
	width: 778px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}

#data {
	width: 770px;
	height: 20px;
}
select {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	background-color: #FFFFFF;
}
.tabela_produtos {
	border: 1px solid #666666;
}
textarea {
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
input {
	font-size: 9px;
	color: #006699;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

