img {
	border: 0px;
}
.body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link-color-1 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #8B8B91;
	text-decoration: none;
}
.link-color-1:link {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8B8B91;
	text-decoration: none;
}
.link-color-1:hover {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8B8B91;
	text-decoration: underline;
}
.font-1 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.font-2 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.font-bold-1 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.font-bold-2 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.font-bold-3 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}
.titulo-1 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.titulo-2 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.titulo-3 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.titulo-4 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #c4c4c4;
}
.titulo-5 {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.titulo-6 {

	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.td-back {
	background-image:  url(../imagens/intranet/back_login.gif);
	background-repeat: repeat;
}
.td-back-1 {
	background-image:  url(../imagens/intranet/login_back_fim.gif);
	background-repeat: repeat;
}
.td-0 {
	background-color: #FFFFFF;
}
.td-1 {
	background-color: #999999;
}
.td-2 {
	background-color: #eeeeee;
}
.td-3 {
	background-color: #dddddd;
}
.td-4 {
	background-color: #c4c4c4;
}
.select {
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.form {
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.botao-1 {
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS";
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 19px;
	text-align: center;
	border: 1px solid #000000;
}
.botao-2 {
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS";
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	height: 19px;
	text-align: center;
	border: 1px solid #000000;
}

#loadingCorreio {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	font-size: x-small;
	float: left;
	background-color:#CC0000;
	padding: 4px 4px 4px 20px;
	margin: 4px 4px 4px 20px;
	background-image: url('../imagens/intranet/loading.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 16px;
}

#loginError {
	border: 1px solid red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: FF0000;
	font-weight: bold;
	font-size: x-small;
	height: 16px;
	padding: 2px;
	margin: 2px;
}