@charset "utf-8";
/* CSS Document */

a:link {
	color:#03C;
}
a:visited {
	color: #03F;
    text-decoration: none;
	}
a:hover {
	color: #03F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body{
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #FFF;
}
#topo{
	background-image:url(images/topo.jpg);
	background-repeat:repeat-x;
	height: 69px;
}
.master-table{
	background-color:#FFF;
}
.texto{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}
a.texto{
	font-weight:bold;
	color:#03C;
}
a.texto:hover{
	text-decoration:underline;
}
.botoes-holder{
	width:500px;
	height:auto;
	border:none;
}
.botoes{
	display:block;
	width:210px;
	height:50px;
	border-style:solid;
	border-color:#009;
	border-width:thin;
	background-image:url(images/bg-botoes.jpg);
	background-repeat:repeat-x;
	float:left;
	margin:5px;
	padding:0px;
}
.nomes-pacotes{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	margin-top:11px;
	margin-left:8px;
	float:left;
	width:100px;
	height:35px;
	overflow:hidden;
}
.nomes-pacotes a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	overflow:hidden;
	text-decoration:none;
}
.nomes-pacotes a:hover{
	text-decoration:underline;
	color:#06F;
}
.precos-botoes{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color: #06F;
	width:80px;
	float:right;
	margin-top:9px;
}
.reais{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
}
.titulo{
	padding-left:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color: #039;
	font-weight:bold;
	text-decoration:underline;
}
