/* CSS Document
Desenvolvedor WEB: Fábio Rocha (fabiorochafg@yahoo.com.br)
*/

* {
	font-family: Verdana,Arial;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
a {
	border-color: #00008B;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	border-color: #CC0033;
	color: #006633;
	font-size: 12px;
	text-decoration: underline;
}
ul {
	list-style-image: url(../images/marcador.gif);
}
table {
	font-size: 12px;
	font-weight: normal;
	width: 685px;
}	
#tudo {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#idioma {
	float: right;
	height: 20px;
	margin: 0;
	padding: 74px 15px 0 0;
	text-align: right;
	width: 140px;
}
#corpo {
	margin: 0;
	padding: 0;
	width: 900px;
}
#menu {
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 170px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
.menu {
	list-style-image: none;
	list-style-type: none;
}
#menu ul li a{
	display: table-cell;
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	margin: 0;
	padding: 0 0 0 13px;
	*padding: 5px 0 0 13px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 170px;
}
.menu a {
	background-image: url(../images/menu.gif);
	color: black;
}
.menu a:hover {
	background-image: url(../images/menu_hover.gif);
	color: #006633;
}
#espacamento1 {
	background: #E3E3E3 url(../images/fundo_menu.gif) repeat-y;
}
#meio {
	float: right;
	margin: 0;
	padding: 0;	
	text-align: left;
	vertical-align: top;
	width: 728px;
}
#titulo {
	background: url(../images/fundo_topo.gif) no-repeat;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 728px;
}
#titulo div {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
	text-indent: 315px;
}
#conteudo {
	background: url(../images/fundo.gif) repeat-y;
	margin: 0;
	padding: 0 6px 0 20px;
	width: 727px;
}
#espacamento2 {
	background: url(../images/fundo_rodape.gif) no-repeat;
	height: 50px;
	width: 728px;
}
#rodape {
	background-image: url(../images/rodape.jpg);
	clear: both;
	height: 60px;
	width: 900px;
}
#rodape1 {
	float: left;
	height: 60px;	
	padding: 10px 0 0 3px;
	text-align: left;
	width: 100px;
}
#rodape1 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#rodape1 ul li {
	height: 25px;
}
#rodape1 ul li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#rodape2 {
	float: right;
	height: 60px;	
	padding: 10px 0 0 0;
	text-align: left;
	width: 102px;
}
#rodape2 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#rodape2 ul li {
	height: 25px;
}
#rodape2 ul li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#rodape_titulo {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0 0 40px;
	*padding: 15px 0 0 90px;
	text-align: center;
	width: 600px;
}

/* CLASSES */
.fonte_negrito {
	font-weight: bold;	
}
.lista {
	padding-left: 25px;	
}
.lista li {
	min-height: 20px;	
}
.lista li a {
	font-weight: normal;
	text-decoration: underline;	
}
.lista ul {
	list-style-position: inside;
}
.lista ul ul li {
	padding-left: 22px;
}
.lista ul ul li a {
	font-weight: normal;
}
.marcador {
	background: url(../images/marcador.gif) no-repeat;
	font-weight: bold;
	text-indent: 0.5cm;
}
.msg_blue {
	color: blue;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}
.msg_cinza {
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}
.msg_red {
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}