@charset "utf-8";
/* Estilos do HTML */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2EF;
	margin: 0px;
	padding: 0px;
}
td, p, div {
	font-size: 11px;
}
li {
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #9D9857;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Estilos da Tabela CENTRAL */
table#Central {
	background-image: url(../images/fundo.gif);
	background-repeat: repeat-y;
}
td#Menu {
	background-image: url(../images/menu_bkg.jpg);
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
td#Menu a:link, td#Menu a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
td#Menu a:hover {
	color: #9D9857;
}
td#Base {
	background-image: url(../images/menu_bkg.jpg);
	height: 30px;
	background-repeat: no-repeat;
	font-size: 10px;
}
td#Conteudo {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
td#Conteudo th {
	font-size: 12px;
	font-weight: bold;
	background-color: #B1B172;
	height: 25px;
	border: 1px solid #000000;
}
td#Principal {
	border: 1px solid #000000;
	padding: 10px;
}

