@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../img/background.png);
	background-color:#000;
	background-position:top center;
	background-repeat:no-repeat;
}
.TextoBranco {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.TextoPreto {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.TextoPreto a:link    {
color:#000000;
text-decoration:none}
.TextoPreto a:visited   {
color:#000000;
text-decoration:none}
.TextoPreto a:hover   {
color:#000000;
text-decoration:underline}
.TextoPreto a:active   {
color:#000000;
text-decoration:underline}

.TextoAzul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#03C;
}
.TextoVerde {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#060;
}
.TextoVermelho {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#F00;
}
.TextoVinho {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#300;
}
.TextoPretoM {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.CampoEmail {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height:19px;
	width:238px;
}
.CampoSenha {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height:19px;
	width:100px;
}
.BotaoLogin {
	BORDER-BOTTOM: medium none; 
	BORDER-LEFT: medium none; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	OUTLINE-STYLE: none; 
	OUTLINE-COLOR: invert; 
	PADDING-LEFT: 6px; 
	OUTLINE-WIDTH: 0px; 
	WIDTH: 106px; 
	PADDING-RIGHT: 6px; 
	FONT: 13px Tahoma, Geneva, sans-serif;
	FONT-WEIGHT:bold;
	BACKGROUND: url(../img/botao_google.png) 50% bottom; 
	HEIGHT: 25px; 
	VERTICAL-ALIGN: top; 
	OVERFLOW: visible; 
	BORDER-TOP: medium none; 
	CURSOR: pointer; 
	BORDER-RIGHT: medium none; 
	PADDING-TOP: 0px
}