@charset "utf-8";

a:link {
	color: #4e4e4e;
	text-decoration: none;
}
a:visited {
	color: #4e4e4e;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #4e4e4e;
	text-decoration: none;
}

#tabela_mae {
	background-color: #FFFFFF;
	border-color: #e7f1fb;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 900px;
}

h2.azul {
	border-bottom:0px solid #CCCCCC;
	color: #000080;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: lighter;
}

#calendario_mes {
	background-color:#000080;
	border: 0px solid #000000;
	color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

#calendario_dia {
	background-color:#F0F0F0;
	border: 0px solid #000000;
    font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

#calendario1 {
	background-color:#FFFFFF;
	border: 0px solid #000000;
    font-family: Verdana;
	font-size: 12px;
	font-weight:lighter;
	text-align: center;
}

#calendario2 {
	background-color:#00BFFF;
	border: 0px solid #000000;
    font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

#preco_topo {
	background-color:#F0F0F0;
	border: 0px solid #000000;
    font-family: Verdana;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
}

#preco_miolo {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #F0F0F0;
    font-family: Verdana;
	font-size: 12px;
	font-weight:lighter;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
}


