body {
	margin: 0px;
}
.fundoMenu {
	background-image: url(../imgs/fundo_menu.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fundoLateral {

	background-image: url(../imgs/fundo_lateral.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.fundoDestaque {
	background-color: #E8F2E0;
}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #00492A;
}

a:link {
	text-decoration: none;
	color: #00492A;
}
a:hover {
	text-decoration: underline;
	color: #00492A;
}
a:visited {
	text-decoration: none;
	color: #00492A;
}
a:visited:hover {
	text-decoration: underline;
	color: #00492A;
}
a:active {
	text-decoration: underline;
	color: #00492A;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}

a.dreamLink:link {
	text-decoration: none;
	color: #999999;
	text-align: right;
}
a.dreamLink:hover {
	text-decoration: underline;
	color: #999999;
	text-align: right;
}
a.dreamLink:visited {
	text-decoration: none;
	color: #999999;
	text-align: right;
}
a.dreamLink:visited:hover {
	text-decoration: underline;
	color: #999999;
	text-align: right;
}
a.dreamLink:active {
	text-decoration: underline;
	color: #999999;
	text-align: right;
}
