/* CSS Document */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

body {
	background-color: #993300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imgs/bg01.png);
	background-repeat:repeat-y;
}

.table_center {
	background-image:url(../imgs/bg_table_center01.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.fonte_padrao {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #ECB797;
	text-decoration: none;
}
.campos_white {
	font-family:  Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	border: 0px;
	background: #FFFFFF;
}