TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000
}

A:link {
	color: #0099CC;
	text-decoration:none;
}

A:hover	{
	color: #666666;
	text-decoration:none;
}

A:visited {
	color: #0099CC;
	text-decoration:none;
}

A:active {
	color: #666666;
	text-decoration:none;
}

.bordes	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.bordesFull	{
	border: 1px solid #003366;
}

.backTabla {
	background-color: #0099CC;
}

.form_txtField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;


}

.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}

.subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-transform: uppercase;
}

.destacado {
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}

.centerTable {
	background-position: center;
}

.listas {
	list-style-image: url(../img/blt/listas.gif);
	margin-left : 20px;
}

table.price {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.price thead {
	background-color: #006699;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: left;
	vertical-align: text-top;
}

table.price th, table.price td {
	padding: 5px 7px;
}

table.price tbody td {
	border-bottom: 1px solid #ccc;
	vertical-align: text-top;
}

.importante {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

