.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dadbd3;
	background-repeat:repeat-x;
	background-position: top;
	background-image:url(../img/bg.jpg);
}
a:hover {
	text-decoration:underline;
}
.cinza10 {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	line-height:14px;
	text-decoration:none;
}
.cinza11 {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	line-height:16px;
	text-decoration:none;
}
.laranja11 {
	font-family: tahoma;
	font-size: 11px;
	color: #FF6600;
	text-decoration:none;
}
.laranja13 {
	font-family: tahoma;
	font-size: 13px;
	color: #FF6600;
	text-decoration:none;
}
.vermelho11 {
	font-family: tahoma;
	font-size: 11px;
	color: #cc0000;
	text-decoration:none;
}
.laranja10 {
	font-family: tahoma;
	font-size: 10px;
	color: #FF6600;
	text-decoration:none;
}
.caixa_form {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	border: 1px solid #dadbd3;
	padding: 2px;
}
.borda_casos {
	border-top-width: 7px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}