/* CSS Document */
body, html{
	height:100%;
	}

.rodape{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a{
	color: #010060;
	text-decoration: none;
}
a:hover{
	color: #010060;
	text-decoration: none;
}
a:active{
	color: #010060;
	text-decoration: none;
}
a:visited{
	color: #010060;
	text-decoration: none;
}
body{
	background-color:#f1f7f2;
	background-image:url(../imagens/bg_grande.gif);
	background-attachment:fixed;
	margin:0;
}
table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img{
	border:0;
	}
.azul{
	color:#010060;
}
.azul:hover{
	color:#010060;
}
.azul:active{
	color:#010060;
}
.azul:visited{
	color:#010060;
}
.verde{
	color:#00711d;
}
.vermelho{
	color:#cc0000;
}
.lateralesq {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.lateraldir {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.laterais {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.laterais2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2{
	font-size:12px;
	}
#content{
	width:484px;
	padding:20px 15px 20px 8px;
	vertical-align:top;
	}
#content p{
	text-align:justify;
	margin-bottom:10px;
	}
#content ul li{
	margin-bottom:5px;
	text-align:left;
	}
#content ul.lista li{
	margin-bottom:0px;
	padding:0;
	}
#content ol li{
	margin-bottom:5px;
	text-align:left;
	}
DD{
	text-align:justify;
	}
	
table.tabela{
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	}
table.tabela tr th{
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:4px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	}
table.tabela tr td{
	background-color:#FFFFFF;
	font-size:11px;
	text-align:left;
	padding:4px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	vertical-align:top;
	}
table.tabela tr td p{
	text-align:left;
	margin-bottom:10px;
	}
table.tabela tr td div.tit{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
	
table.tbl{
	border-top:1px solid #000066;
	border-left:1px solid #000066;
	color:#000066;
	}
table.tbl tr th{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:3px;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	vertical-align:bottom;
	}
table.tbl tr td{
	font-size:11px;
	text-align:left;
	padding:5px 3px 5px 3px;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	vertical-align:top;
	}
table.tbl tr td.num{
	text-align:right;
	}