@charset "utf-8";
/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image: url(../images/bg_cont.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}.tabela-pai {
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/bg_cont.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.web {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #486A8C;
	text-decoration: none;
}
.box {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #A4BACF;
	text-decoration: none;
}

.tabela-pai2 {
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg-fundo {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tabela-filho {
	height: 100%;
	width: 100%;
}
.login {
	font-family: Tahoma;
	font-size: 11px;
	color: #486A8C;
	padding-right: 10px;
}
.formulario {
	height: 18px;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #486A8C;
	border-right-color: #486A8C;
	border-bottom-color: #486A8C;
	border-left-color: #486A8C;
}
.rodape {
	font-family: Tahoma;
	font-size: 9px;
	color: #486A8C;
}
.bg-top-int {
	background-image: url(../images/bg_top_int.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.txtRoxo {
	font-family: Tahoma;
	font-size: 11px;
	color: #486A8C;
}
.txt-preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.link-txtRoxo {
	font-family: Tahoma;
	font-size: 11px;
	color: #486A8C;
	text-decoration: none;
	font-weight: bold;
}
a.link-txtRoxo:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #486A8C;
	text-decoration: underline;
	font-weight: bold;
}
.box-esquerdo {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.txt-cinza-b {
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.txt-laranja-b {
	font-family: Tahoma;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

