@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(bg.jpg);
}

html { /* Vertical Scrollbar */
	/* IE */
	overflow: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

img {
	border: 0;
}

.input{
	border-style: solid;
	border-width:1px;
	color:#666666;
	font-family:"Arial", Verdana, Helvetica, trebuchet ms, sans-serif;
	font-size:11px;
	background-color: #FEFEFE;
}
/*
submit{
	border: none;
}
*/
.w100{/*with 100%*/
	width:776px;
	margin:0 auto;
	background:#FFFFFF;
	background-color:#FFFFFF;
	border:#FFFFFF solid 1px;
}

.topo{
	width:776px;
	height:141px;
	clear:both;
	float:none;
	text-align:center;
}

.centro{
	width:750px;
	background-color:#FFFFFF;
	padding:10px;

}
.menu{
	background-color:#FFFFFF;
	width:184px;
	display:block;
	float:left;
	border-right:dotted #E0E0E0 1px;
}

.conteudo{
	background-color:#FFFFFF;
	float:right;
	width:550px;
}

.rodape{
	clear:both;
	float:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0071AC;
	width:776px;
	height:26px;
	text-align:right;
	background-image:url(rodape.jpg);
}


.txt_padrao{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.txt_padraoIn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.thTitulo{
	background-color:#D6E6ED;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2682B0;
	font-weight:bold;
}

.tableLista{
	width:550px;
	padding:6px;
	table-layout:fixed;
	border-color:#D9E8F2;
	border-style:solid;
	border-width:thin;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #2F63A4;
	text-decoration:none;
	font-weight:bold;

	}

a:hover {
	font-weight:bold;
	color:#999999;
	text-decoration:underline;
	}

a:active {
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	font-weight:bold;
	text-decoration:none;
	}

a.menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #2F63A4;
	text-decoration:none;
	font-weight:bold;

	}

a.menu:hover {
	font-weight:bold;
	color:#999999;
	text-decoration:underline;
	}

a.menu:active {
	font-weight:bold;
	text-decoration:none;
	}

a.menu:visited {
	font-weight:bold;
	text-decoration:none;
	}

	.nav{
	width:512px;
	background-color:#E9E9E9;
	border-style:solid;
	border-color:#E1E1E1;
	border-width:thin;
	padding:12px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#999;
}

.nav select{
	border-style: solid;
	border-width:1px;
	color:#666666;
	font-family:Verdana, Helvetica, trebuchet ms, sans-serif;
	font-size:9px;
}

.nav form{
	width:500px;
}