#navcontainer
{
margin: 0px;
margin-left: 3px;
padding: 0px;
}

#navcontainer ul
{
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style-type: none;
text-align: center;
font-family: Arial;
font-weight: bold;
}

#navcontainer ul li { 
float: left; 
}

#navcontainer ul li a
{
text-decoration: none;
background: url(../img/menu_off.gif) no-repeat top left;
font-size: 11px;
float: left;
margin: 3px;
height: 29px;
width: 121px;
padding-top: 4px;
}

#navcontainer li a:hover
{
background: url(../img/menu_on.gif) no-repeat left top;
color: #000000;
}
body {
	margin: 0px;
	background-color: #E3EAFC;
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
.caixa { 
	background-image: url(../img/bg_caixa.gif);
	background-repeat: repeat-x;
	color:#000;
	border: 1px solid #B4B2B2;
	font-family: Tahoma;
	font-size: 11px;
}
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.txt_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.ilustracao {
	border: 2px solid #1A63A2;
	padding: 2px;
}
.button {
	background-image: url(../img/button.gif);
	width: 101px;
	height: 21px;
	line-height: 19px;
	background-color: transparent;
	text-decoration: none;
	color: #1E3E63;
	font-size: 10px;
	border: 0px;
	vertical-align: middle;
	font-weight: bold;
	font-family:Tahoma;
}
.txtw {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
