/* CSS Document */
body {
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
	background-image:url(img/fundo_site.jpg);
	text-align:center;
}
table {
	border-collapse: collapse;
	border-spacing:0px;
	font-size: 10px;
	vertical-align:top;
	background-color:#FFFFFF;
}
.fundoazulmedio {
	color: #FFFFFF;
	background-color: #0984CE;
	vertical-align: middle;
	font-weight:bold;
    background-image:url(img/fundo_secoes.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.fundoazulescuro {
	color: #FFFFFF;
	background-color: #075AA5;
	padding: 10px 3px 10px 3px;
  vertical-align: top;
}
.fundoazulclaro {
	color: #075AA5;
	background-color: #E9E9E9;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.fundoazulclaro a:link {
color:#075AA5;
}
.fundoazulclaro a:visited {
color:#075AA5;
}
.fundoazulclaro a:hover {
text-decoration:underline;
}
.tdmenu {
	background-image:url(img/borda_menu.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:30px;
	padding-left: 5px;
	border-left: thin solid #0984CE;
	vertical-align:middle;
}
.tdmenu a:hover {
	text-decoration:underline;
}
.tdmenutop {
	background-image:url(img/borda_menu2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:30px;
	padding-left: 5px;
	border-left: thin solid #075AA5;
	font-weight:bold;
	vertical-align:middle;
}
.tdmenutop a:hover {
	text-decoration:underline;
}
.cinza {
	color: #666666;
	padding-left:5px;
}
.cinza a:link, .cinza a:visited{
	color:#666666;
	text-decoration: none;
}
.cinza a:hover, .cinza a:ative{
	color:#666666;
	text-decoration:underline;
}
.fundoamarelo {
	background-color:#FFCC00;
	color: #666666;
	font-weight:bold;
    padding: 0px 0px 0px 5px;
	vertical-align:middle;
	height: 25px;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
td {
	vertical-align:top;
	text-align:left;

}
.tabela td{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: middle;

}
.tabela th{
	background-color: #0984CE;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;

}
table #anos td{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	height: 20px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 2px #999999;
	border-left: solid 1px #CCCCCC;
}
.ano0 {
	background-color:#3399CC;
	color:#FFFFFF;
}
ano0 a:link {
	color:#FFFFFF;
}
background-image: url(img/borda_anos.gif);
background-repeat: no-repeat;
background-position: right top;
