/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* bg */

.bg_home {
	background-image: url(imagens/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.padrao {font-family:trebuchet MS; font-size: 10px; color: #6a6a6a; text-decoration: none;}
.padrao1 {font-family:trebuchet MS; font-size: 10px; color: #6a6a6a; text-decoration: none;}
.branca {font-family:trebuchet MS; font-size: 10px; color: #ffffff; text-decoration: none;}

/* layers */

a:link {
	font-family:trebuchet MS;
	font-size: 10px;
	color: #6a6a6a;
	text-decoration: none;
}
a:visited {
	color: #6a6a6a;
	text-decoration: none;
}
a:hover {
	color: #6a6a6a;
	text-decoration: none;
	text-decoration:underline
}
a:active {
	color: #6a6a6a;
	text-decoration: none;
}
