body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
.destacado {
	font-weight: bold;
	color: #FFFFFF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 16px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #000000;
}
.titulo {
	font-weight: bolder;
	font-size:18px;
	color: #FFF;
	line-height: 18px;
}
a {
	font-family: Arial;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #CCC;
	text-decoration: underline;
}
.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	line-height: 12px;
}
.semborda {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.marca:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #666666;
	line-height: 50px;
	text-decoration: none;
}
.transparencia {
  /* for IE */
  filter:alpha(opacity=10);
  /* CSS3 standard */
  opacity:0.1;
}
.tituloInicial {
	font-weight: bolder;
	color: #FFF;
	line-height: 18px;
	font-size: 15px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #000000;
}
.CodigoAcesso{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	background:none;
	font-size: 12px;
	width:173px;
	height:22px;
	border:none;
	padding:3px;
}
.EstiloCodigoAcesso{
	background-image:url(img/fundo_input_password.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:200px;
	height:22px;
}
.EstiloCodigoAcesso2{
	background-image:url(img/fundo_input_password2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:200px;
	height:22px;
}
