@charset "utf-8";
body {
	background-attachment: fixed;
	background-image:url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.a {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.texto_padrao {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	line-height: 20px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: justify;
}

.endereco_lat {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	width: 120px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
}

.tdLatR { background-color: #CCCCCC; background-image: url(../img/lat_R.gif); background-repeat: repeat-y}
.tdLatL { background-color: #CCCCCC; background-image: url(../img/lat_R.gif); background-repeat: repeat-y }