/* CSS Document */


td img {display: block;}

body {background-attachment:fixed;
background:url(layout1_fundo.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#6BC001;
	font-family:Tahoma, Arial;
}

.texto {
color:#0393A7;
font-family:Tahoma, Arial;
font-size:12px;
}

a:link 
{font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
a:hover 
{font-size:10px;
color:#FF9900;
text-decoration:underline;
}
a:visited
{font-size:10px;
color:#FFFFFF;
text-decoration:none;
}

.links a:link {
color: #CC0000;
font-size:12px;
text-decoration:underline;
}
.links a:visited {color: #CC0000;font-size:12px;text-decoration:underline;}
.links a:hover {color: #FF0000;font-size:12px;text-decoration:underline;}
.links a:active {color: #00CC99;font-size:12px;text-decoration:underline;}
