/** Configurações gerais */

body {
	margin: 0px;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12.5px;
	color:#666666;
	line-height: 18px;
	text-align:justify;
	}


/** Links */

a:link {
	color: #EA750B;
	font-weight:bold;
	text-decoration: none;
	
}
a:visited {
	color: #EA750B;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	font-weight:bold;
	text-decoration: none;
}


/** XHTML */

h3 {
	font-size:140%;
	color:#59B71C;
	font-weight:bold;
	margin: 0px;
	padding-top: 10px;
	}
strong {
	color: #59B71C;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
ul {
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
}

	
/** Divs */

#conteudo {
	margin: 35px 30px 30px 25px;
	line-height: 25px;
	}
	
#login {
	width:200px;
	height:130px;
	color: #EA750B;
	background-image:url(img/bg_login.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	}
	
#logado {
	margin: -10px 20px 25px 25px;
	color: #EA750B;
	}

	
/** Estilos */

.celulabg {
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;

}
.texto1 {
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight:bold;
}
.texto2 {
	font-family: Arial;
	font-size: 12px;
	color: #88480F;
	font-weight:bold;
}
.texto3 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.texto4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}
.texto5 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.texto6 {
	font-family: Arial;
	font-size: 10px;
	color: #88480F;
	font-weight:bold;
}