@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(../img/fundo.jpg);
}

.Texto {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.Texto2 {
	font-family: Arial;
	font-size: 12px;
	color: #002D5F;
}

.Titulo {
	font-family: Arial;
	font-size: 14px;
	color: #002D5F;
}

.Tel {
	font-family: Arial;
	font-size: 24px;
	color: #002D5F;
}

.Rodape {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

A:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #002E5F; TEXT-DECORATION: bold
}
A:active {
	COLOR: #333333
}
