.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b8d8e3;
}
.cinza10 {
	font-family: tahoma;
	font-size: 10px;
	color: #5f5f5f;
}
.link_cinza10 {
	font-family: tahoma;
	font-size: 10px;
	color: #5f5f5f;
	text-decoration:none;
}
.roxo10 {
	font-family: tahoma;
	font-size: 10px;
	color: #714da2;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
input {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	border: 1px dotted #CCCCCC;
	height:20px;
	padding:3px;
}

.select{
	font-size:11px;
	color:#666;
}
.float{
	float:left;
	display:inline;
	padding:0 10px 10px 0;
}
.p{
	font-size:10px;
	color:#666;
	font-family:tahoma;
	padding-top:5px;
}
