@charset "utf-8";
/* CSS Document */
<!--
BODY {
    background-color: #313431;
	scrollbar-face-color: #313431;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #313431; 
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #313431; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #cecece;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #cecece;
	border:none;
}
a:hover {
	text-decoration: none;
	color: #999999;
	border:none;
}
a:active {
	text-decoration: none;
	color: #cecece;
	border:none;
}
.style1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 15px;
	color: #efe3d6;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px; 
	color: #FFFFFF;
}
.style3 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.style4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.style5 {
	font-family: Tahoma; 
	font-size: 10px;
	color: #FFFFFF;
}
.style6 {
	font-family: Tahoma; 
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.campo {
	font-family: Tahoma; 
	font-size: 10px;
	color: #FFFFFF;
	border:solid;
	border-color:#000000;
	border-width:1px;
	background:#999999;
	height:20px;
	line-height:15px;
}
.textarea {
	font-family: Tahoma; 
	font-size: 10px; 
	color: #FFFFFF; 
	border:solid; 
	border-color:#000000; 
	border-width:1px; 
	background:#999999;
}
#corpo {
	text-align:justify;
}
.botao{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight:bolder;
	border:1px solid #000000;
	background-color:#666;
	width: auto;
	height: 20px;
     
}
#agenda{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:500px;
	padding:10px 5px 10px 10px;
}
/* ----- ESTILO DA TELA DE LOGIN ----- */

#centralizar{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: auto;
}

#tela{
	width:396px;
	height:150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:#5A0405;
	border:2px solid #000;
}
#login {
	width:248px;
	text-align:left;
	float:left;
}
#login-txt{
	width:148px;
	text-align:right;
	float:left;
}
#central{
	width:396px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

/* ------------- ESTILOS DA SESSAO DE FA ------------- */

#centro_iframe {
	width:680px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#topo_acao {
	background:#454545;
	border:1px solid #000000;
}
#corpo_acao {
	background:#292929;
	border:1px solid #000000;
	padding:0px 30px 0px 30px;
}
#topo_dados {
	background:#454545;
	border:1px solid #000000;
}
#corpo_dados {
	background:#292929;
	border:1px solid #000000;
	padding:0px 30px 0px 30px;
}

/* ------------- ESTILOS DA TELA DE CADASTRO DO SITE ------------- */

#cadastro_site {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: auto;
	width:700px;
	padding-left:15px;
	padding-right:15px;
}
-->