body {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(imagens/bg.jpg);
	background-attachment:fixed;
}

a {
	color: #B50000;
	text-decoration: none;
}

a:hover {
	color: #B50000;
	text-decoration: underline;
}

.normal13 {
	font-size: 13px;	
}

.normal11 {
	font-size: 11px;
}

.normal11_cor {
	font-size: 11px;
	color: #B50000;
}

.normal10 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
}

.normal12 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.destaque {
	font-size: 25px;
	font-weight: normal;
	color: #B50000;
}

.preco {
	font-size: 25px;
	font-weight: bold;
	color: #CC3300;
}

.destaque_branco {
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

.negrito_cor {
	font-weight: bold;
	color: #B50000;
}

.negrito_preto {
	font-weight: bold;	
}

.negrito_grande_preto15 {
	font-size: 15px;
	font-weight: bold;
}

.negrito_grande_cor15 {
	font-size: 15px;
	font-weight: bold;
	color: #B50000;
}

.negrito_grande_cor20 {
	font-size: 20px;
	font-weight: bold;
	color: #B50000;
}

table {
	font-size: 12px;
}

input {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#CCCCCC;
	color: #B50000;
}

select {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #B50000;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #B50000;
	border-color:#CCCCCC;
}

