#c-index {
	width: 800px;
	top: 10px;
	text-align: center;
	position: absolute;
	left: 112px;
	height: 600px;
}


#nav-index {
	top:65px;
	height:24px;
	background-color: #D4DFFF;
	left: 0px;
	width: 800px;
	text-align: center;
	position: absolute;
}
#tela-index {
	height:245px;
	text-align: center;
	width: 800px;
	clear: both;
	position: absolute;
	top: 90px;
	left: 0px;
}

#c-index #nav-index a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #2A00AA;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #D8DFE0;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#c-index #nav-index a:active {
	color: #00FF00;
	background-color: #CCCCCC;
}
#c-index #nav-index a:hover {
	background-color: #AABFFF;

	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

