.td01 {
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-color: #999999;
}
.td02 {
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-color: #999999;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #39D3F5;
	text-decoration: none;
}


#boxLeft .menu
	{
			font-family: Arial, Helvetica, sans-serif;
			background-color: #666666;
			width: 200px;
	}

#boxLeft .menu ul
	{	
			width: 200px;
			position:relative;
			list-style:none;
			overflow:hidden;
			padding:0px;
			margin:0px;
			display:block;

	}

#boxLeft .menu li
		{
			border-width:0px;
			display: block;
			text-align: left;
			
		}
	

#boxLeft .menu a 
		{
	width: 184px;
	float: left;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color:#CCCCCC;
	text-decoration:none;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-bottom-color: #999999;

	}
		
#boxLeft .menu a:hover
		{
	color: white;
	background-color: #333333;			
		}
		
#boxLeft .menu .selected
		{
			background-color: #ffffff;
			color:#999999;
}