@charset "utf-8";
/* CSS Document */

body {
	background-color: #F1F5FE;
	margin: 0px;
	padding: 0px;
}
.botaoN {
	border: 1px solid #367CAD;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.botaoN a {
	color: #255676;
	text-decoration: none;
}
.botaoR {
	color: #255676;
	background-color: #E7EAEF;
	border: 1px solid #367CAD;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.botaoR a:hover {
	color: #255676;
	text-decoration: none;
}
#cabecalho {
	background-image: url(../Imagens/logo.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#naveS {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #255676;
	height: 15px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#naveS a {
	color: #255676;
	text-decoration: none;
}
#naveS a:hover {
	color: #000;
	text-decoration: underline;
}


#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#container h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #255676;
	background-color: #E7EAEF;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7D0E6;
	margin-bottom: 10px;
}


#navegacao {
	background-color: #FFF;
	float: left;
	width: 250px;
	border: 1px solid #B7D0E6;
}
#conteudo {
	background-color: #FFF;
	float: left;
	width: 685px;
	border: 1px solid #B7D0E6;
	margin-left: 16px;
}
#conteudo table {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#conteudo ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #255676;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #367CAD;
}
#conteudo ul li {
	display: inline;
}

#conteudo ul li span {
	display: inline-block;
	background-color: #367CAD;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#conteudo ul li a {
	color: #255676;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #367CAD;
}
#conteudo ul li a:hover {
	color: #255676;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #367CAD;
	background-color: #E7EAEF;
}
input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F9FBFF;
	padding-left: 5px;
	border: 1px solid #B5D3E8;
}
#navegacao p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 15px;
}
.sep {
	font-size: 5px;
	line-height: 5px;
}
.sepB {
	font-size: 5px;
	line-height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5D3E8;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F9FBFF;
	padding-left: 5px;
	border: 1px solid #B5D3E8;
}

.textoF {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #255676;
}
.textoF a {
	text-decoration: none;
	color: #255676;
}
.textoF a:hover {
	text-decoration: none;
	color: #000;
}


.textoI {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4C5057;
}
.textoN {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F9FBFF;
	padding-left: 5px;
	border: 1px solid #B5D3E8;
}
