@charset "utf-8";
/* CSS Document */

body {
	background-color: #565656;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fundo.gif);
	background-repeat: repeat-x;
}

.div{
	float: left;
}

.textocorrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

A:link {
	color: #333333;
	TEXT-DECORATION: none;
}
A:visited {
	color: #333333;
	TEXT-DECORATION: none;
}
A:active {
	color: #333333;
	TEXT-DECORATION: none;
}
A:hover {
	color: #333333;
	text-decoration: underline;
}

.input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	background-color: #E2E2E2;
	border: 1px double #E2E2E2;
	}
.textobranco {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.TD3D {
	BORDER-RIGHT: #999999 0px groove;
	BORDER-TOP: #cccccc 0px groove;
	BORDER-LEFT: #cccccc 0px groove;
	BORDER-BOTTOM: #999999 0px groove;
	BACKGROUND-COLOR: #E4E4E4
}
.inputmenor {
	font-size: 11px;
	font-family: Tahoma;
	color: #2f2f2f;
	background-color: #CCCCCC;
	border: 1px double #999999;
}
.textocorridomenor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #303030;
}
.textocorrido_maior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

