* {
	padding:0px;
	margin:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

h1 {
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	color:#FF3300;
}

h2 {
	font-weight:bold;
	text-align:center;
	font-size:1em;
	color:#FF3300;
}

.erro {
	text-decoration:none;
	color:#FF0000;
	font-size:1em;
	text-align:center;
	font-weight:bold;
}

.paginacao{
	color: #000000;
	font-weight:bold;
	font-size:1.2em;
}

textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imagens/fundo_input.gif);
	background-repeat:repeat-x;
	text-transform: uppercase; 
	background-color:#fafafa;
}

input {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imagens/fundo_input.gif);
	text-transform: uppercase; 
}

.caixabaixa {
	text-transform: none;
}

table {
	font-size:0.9em;
}

.voltar {
	background-image:url(imagens/voltar.jpg);
	width:68px;
	height:23px;
	display:block;
	color:#FFFFFF;
}

.botaocomprar {
	font-weight:bold;
}

.descricao {
	font-weight:bold;
	text-transform: uppercase; 
}

a {
	color:#FF3300;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}	

a:hover {
	background-color:#EEEEEE;
}

div#menu a {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
	background:url(imagens/fundomenu.jpg);
	display:block;
	width:169px;
	height:22px;
	line-height:22px;
	padding:0px; 
	margin:0px;
}

div#menu a:hover {
	background:url(imagens/fundomenu.jpg) 0px 22px;
	text-decoration: none;
	display:block;
	width:169px;
	height:22px;
}