/*CORPO DA PAGINA*/
body {
	background: #FFFF99;
	color: #000000;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: justify;
}
/*TITULOS*/
h1, h2 {
	background: inherit;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h3, h4, h5, h6 {
	background: inherit;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
/*SEPARADOR*/
hr {
	background: inherit;
	color: #0000FF;
	height: 2px;
}
/*TABELAS*/
table {
	border-bottom: 2px solid #0000FF;
	border-collapse: collapse;
	clear: both;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 5px 5px 0px 0px;
	vertical-align: top;
	width: 100%;
}
th {
	background: inherit;
	border-bottom: 2px solid #0000FF;
	color: #0000FF;
	font-size: 100%;
	font-variant: small-caps;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
#colesq{
	background: inherit;
	border: none;
	color: inherit;
	display: block;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	width: 120px;
}
#colcentro{
	background: inherit;
	border-left: 2px solid #0000FF;
	color: inherit;
	padding: 10px 5px 5px 5px;
	text-align: justify;
	vertical-align: top;
	width: auto;
}
#coldir	{
	background: inherit;
	border-left: 2px solid #0000FF;
	border-collapse: collapse;
	color: inherit;
	padding: 10px 0px 5px 2px;
	text-align: left;
	vertical-align: top;
	width: 170px;
}
/*LISTAS*/
ul {
	background: #FFFF99;
	color: #0000FF;
}
/*HIPERLIGACOES*/
a:link, a:visited {
	background: inherit;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	background: inherit;
	color: #0000FF;
	text-decoration: underline;
}
/* MENUS */
.menu {
	background: inherit;
	border:none;
	border-collapse: collapse;
	color: inherit;
	display: block;
	font: bold 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	text-align: center;
	text-indent: 0px;
	vertical-align: top;
	width:99px;
}
.menu a:link, .menu a:visited {
	background-color: #0066FF;
	border: 1px solid #000099;
	color: #FFFF00;
	display: block;
	font: bold 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
	width: 99px;
}
.menu a:hover {
	background-color: #6699FF;
	border: 1px solid #000099;
	color: #000099;
	display: block;
	text-decoration: none;
	width: 99px;
}
.menu a:active {
	background-color: #0066FF;
	border:1px solid #000099;
	color: #FFFF00;
	display: block;
	font: bold 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width:99px;
}
/*PARAGRAFOS*/
.rodape {
	background: inherit;
	color:inherit;
	display: block;
	font-size: 80%;
	margin: 10px 0px 5px 0px;
	text-align: center;
	vertical-align: baseline;
}
p.topo {
	background: inherit;
	clear: both;
	color: #0000FF;
	font: bolder 85% Arial, Helvetica, sans-serif;
	text-align: right;
}