body {
	background-image: url(../images/BG_inside_Pages.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: 16px;
	font-weight: bold;
}
.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);
}
