/* CSS Document */
<!--
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
}
body {
	background-color: #A5C655;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.entrada 
	{
	border:solid;
	border-width:1px;
	border-right-color:#CCCCCC;
	border-top-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	color:#000000;
	font-size:12px;
	font-family:verdana;
	height:22px;
	}
	
	.link_01 {font-family:verdana, arial, tahoma; font-size:10px; color:#FF9900; text-decoration:none; font-weight: bold;}
	.link_01:link {font-family:verdana, arial, tahoma; font-size:10px; color: #FF9900; text-decoration:none; font-weight: bold;}
	.link_01:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #A5C655; text-decoration:underline; font-weight: bold;}
	
	.link_02 {font-family:verdana, arial, tahoma; font-size:10px; color:#FF9900; text-decoration:none;}
	.link_02:link {font-family:verdana, arial, tahoma; font-size:10px; color: #FF9900; text-decoration:none;}
	.link_02:hover {font-family:verdana, arial, tahoma; font-size:10px; color: #A5C655; text-decoration:underline;}
	
	.titulo_01 {font-family:verdana, arial, tahoma; font-size:14px; color:#95C424; text-decoration:none; font-weight: bold;}
-->