body {
	background-attachment: scroll;
	background-image:url("imagens/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.texto1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	text-align:justify;
    color: #666666;
	}	
	

.texto2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	color: #666666;
	}	
	
.titulo {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:20px;
	font-weight: bold;
    color: #666666;
	}	
	
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight: bold;
    color: #449bbf;
	}	
	
.td {
	background-image: url(imagens/bg_td.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.imagem
img{
	border: none black 0px;
}

a:link {
	color: #449bbf;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #449bbf;
	text-decoration: none;
}
a:hover {
	color: #449bbf;
	text-decoration: underline;
}
a:active {
	color: #449bbf;
	text-decoration: none;
}

#link2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

#link2 a:hover {
	color: #666666;
	text-decoration: underline;
}
