p img{
	align: center;
}
input{
	border-radius: 3px;
}

.semBorda td, .semBorda th{
	border: 0px;
}


* {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}

body {
	margin: 0 auto;
	background-color: #FFFFFF;
	/*background: #9EBCCD;*/
	background: #0F2644;
	/*background: url('images/fundo.gif') repeat fixed;*/
}

h1,h2,h3,h4,h5 {
	text-align: center;
	color: #003A63;
	margin-bottom: 0px;
	background: #EEE;
}

h6 {
	color: #003A63;
	margin: 0;
	cursor: pointer;
	display: inline;
}


h1 {	font-size: 12pt}
h2 {	font-size: 10pt; margin-left: -10px;}
h3 {	font-size: 9pt}
h4 {	font-size: 8pt}

p {
	font-family: Verdana;
	font-size: 9pt;
	 color: #AAAAAA;
	/*color: black;*/
}

.b {	
	font-weight:bold;
}

span {
	font-weight: normal;
}

ul {
	list-style-position: outside;
	font-size: 9pt;
}

a {color: #003A63;font-size: 8pt;border:0px;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}

img {
	border: 0;
}

table.TabelaPrincipal {
	margin: 0 auto;
	text-align: left;
	width:746px;
	border: 0;
	padding: 0px 10px 10px 10px;
	/*background: #FFFFFF;*/
}

td.TdConteudo {
	padding: 20px 16px 20px 16px;
	vertical-align: top;
	height: 320px;
	/*text-align: center;*/
}

table {
	/*margin: 0 auto;*/
	width: auto;
	border-collapse: collapse;
	background: #FFF;
}

table td {
	font-weight: normal;
	padding: 0.3em 1em 0.3em 1em;
	white-space: nowrap;
	text-align: left;
}

table td a {color: #003A63;font-size: 8pt;border:0px; text-decoration: underline;}

table th {
	/*background-color: #DDDDDD;*/	
	font-size: 9pt;
	color: #023E81;
	padding: 0.3em 1em 0.3em 1em;	
	cursor: pointer;
	background-color: #F7F7F7;
}

table tr td,table tr th {
	border: 1px solid #EEE;
	padding: 5px;
}

table tfoot tr td{
	background-color: #F7F7F7;
	font-weight: bold;
}

input {
	border: 1px solid #AAAAAA;
	/*font-weight: bold;
	color: #BBBBBB;
	margin: 0px 0px 5px 0px;  */
}

select {
	border: 1px solid #AAAAAA;
	/*font-weight: bold;
	color: #BBBBBB;
	margin: 0px 0px 5px 0px; */
}

.input {
	border:0;
	font-weight: bold;
	/*color: #696969;*/
	color: #8B98989;
	
	margin: 0px 0px 5px 0px; 
}

.button {
	border:0;
	background-color: #003a63;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	text-transform:capitalize;
}

img {
	border: 0px;
}


input {
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #999999;
}

hr {
	border:0 none;
	height: 1px;
	color: #AAAAAA;
	background-color:#AAAAAA;
	margin: 10px 30px 10px 30px;
	clear:both;
}

table.filtro {
	margin-left:20px;
}

table.filtro td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:5px;
}

table.filtro thead tr td{
	text-align:left	
}

table.filtro tbody tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:5px;
	border-bottom:1px solid #DADADA; 
}

table.filtro tfoot tr td{
	text-align:center;
	padding:10px;
	background:#FFFFFF;
}

label {
	font-weight: bold;
}