/*TAGS*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../bg.jpg);
}
/*DIVS*/
#geral {
	position:relative;
	left:0;
	top:0;
	width:770px;
	height:auto;
	z-index:1;
	margin: auto;
}
  
#boxcadastro {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 650px;
	position: relative;
}

/*CLASSES*/
.titulohome {
	color: #f87a00;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.titulohomepreto {
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.textohome {
	color: #5D5D5D;
	font-family: Arial;
	font-size: 10px;
}
.textointerno {
	color: #5D5D5D;
	font-family: Arial;
	font-size: 11px;
}
.titulointerno {
	color: #5D5D5D;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
/*LINKS*/
/*Link Home*/
.linkhome {
	text-decoration: underline;
	font-family: Arial;
	font-size: 9px;
	color: #f87a00;
}
.linkhome:link {
	text-decoration: underline;
	color: #f87a00;
}
.linkhome:visited {
	text-decoration: underline;
	color: #f87a00;
}
.linkhome:hover {
  text-decoration: none; 
  color: #f87a00;
}
.linkhome:active {
	text-decoration: underline;
	color: #f87a00;
}
/*Link Cinza*/
.linkcinzahome {
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	color: #5D5D5D;
}
.linkcinzahome:link {
	text-decoration: underline;
	color: #5D5D5D;
}
.linkcinzahome:visited {
  	text-decoration: underline;
	color: #5D5D5D;
}
.linkcinzahome:hover {
  text-decoration: underline; 
  color: #f87a00;
}
.linkcinzahome:active {
  	text-decoration: underline;
	color: #5D5D5D;
}
/*Assinatura*/
.assinatura {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	color: #868686;
}
.assinatura:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	color: #868686;
}
.assinatura:visited {
	text-decoration: none;
	color: #868686;
}
.assinatura:hover {
  text-decoration: none;
  color: #f87a00;
}
.assinatura:active {
	text-decoration: none;
	color: #868686;
}

