body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: center center;
}
.Titulo {
	color: #CE0020;
	font-size: 24px;
	font-family: "Trebuchet MS";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Titulo2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: #CE0020;
}
.LeftPadding {
	padding-left: 10px;
}
.Blue {
	color: #0000FF;
	font-weight: bold;
}.noBG {
	background-image: none;
}
#BuyButtonLINKS A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/buy_button.jpg);
	display: block;
	width: 148px;
	height: 40px;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#BuyButtonLINKS A:link {
	text-decoration: none;
	background-image: url(../images/buy_button.jpg);
}
#BuyButtonLINKS A:visited {text-decoration: none}
#BuyButtonLINKS A:active {text-decoration: none}
#BuyButtonLINKS A:hover {
	text-decoration: none;
	background-image: url(../images/buy_button2.jpg);
}
.Preco {
	font-size: 18px;
	color: #000066;
}
.gray {color: #999999}
input, textarea, select { 
    background-color: #AAAAAA; 
    background-image: url('http://webdesignerexpress.com/images/101.jpg'); 
    border: 1px solid #CCCCCC; 
    font-family: Arial; 
    font-size: 10px; 
    color: #000000; 
} 
