td img {
    display: block;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(images/fundo.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;	
}
.textohome {
    color: #0f7a00;
    font-size: 14px;
}

/*links gerais*/
a:link {
	color: #118200;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #118200;
}
a:hover {
	text-decoration: overline;
	color: #118200;
}
a:active {
	text-decoration: underline;
	color: #118200;
}

.e-mail {
    color: #000000;
    font-size: 10px
}

/*links do menu*/
.menu {
    color: #ffffff;
    font-size: 10px;
}
.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #ffffff;
}
.menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.menu a:active {
	text-decoration: none;
	color: #ffffff;
}

/*links do rodapé*/
.rodape {
    color: #000000;
    font-size: 10px;
}
.linkrodape a:link {
	color: #000000;
	text-decoration: none;
}
.linkrodape a:visited {
	text-decoration: none;
	color: #000000;
}
.linkrodape a:hover {
	text-decoration: underline;
	color: #000000;
}
.linkrodape a:active {
	text-decoration: none;
	color: #000000;
}
