.pretoPequeno {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.pretoPequeno:hover {color: #0066FF; text-decoration: underline;}
.pretoMedio {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.pretoMedio:hover {color: #0066FF; text-decoration: underline;}

.brancoMedio {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.brancoMedio:hover {color: #FF6600; text-decoration: none;}

.vermelhoMedio {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
}

.preco {
	font-family: Verdana;
	font-size: 12px;
	color: #981B2D;
}

.titulo {
	font-family: Verdana;
	font-size: 12px;
	color: #3C3E89;
	text-decoration: none;
}
a.titulo:hover {color: #0066FF; text-decoration: underline;}

.descricao {
	font-family: Verdana;
	font-size: 10px;
	color: #3C3E89;
	font-weight: bold;
	text-decoration: none;
}
a.descricao:hover {color: #0066FF;	text-decoration: underline;}

.textBox {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border: 1px solid #CCCCCC;
}

.login {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #EAEAEA;
	border: 1px solid #666666;
}

.botao {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	cursor:hand;
	border: 1px solid #666666;
	font-weight: bold;
	background-image: url(imagens/fundoTituloBotao.jpg);
	text-transform: uppercase;
	background-repeat: repeat-x;
}

.thumb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
}

.foto {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
.tituloTabela {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(imagens/fundoTituloTabela.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
}
.selectBox {
	font-family: Verdana;
	font-size: 10px;
	text-transform: capitalize;
	color: #3C3E88;
	background-color: #FFFFFF;
}
.selectBox2 {
	font-family: Verdana;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #3C3E88;
}

.ativar {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #EAEAEA;
	border: none;
	width: 450px;
}