/**
  CSS DO SISTEMA DE CONTROLE DO AUDITÓRIO CBB
  Author: LÉO RENIS RODRIGUES DOS SANTOS
  Email: LEO@ARQUIWEB.COM.BR
 */
body{
	font-family: Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #333;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
.cabeca{
	background-image: url(../images/cabeca.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 94px;
}
.corpoLogin{
	background-image: url(../images/corpoLogin.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 440px;
}
.footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 69px;
	background-color: #fff;
}
.copyright{
	color:#fff;
	font-weight: bold;
	font-family: "Times New Roman"
	font-size: 9px;
}
.endereco{
	color:#fff;
	font-weight: bold;
	font-family: "verdana";
	font-size: 8px;
}
.login{
	color:#000;
	font-size: 12px;	
}
.senha{
	font-size: 12px;
	color:#000;	
}
