@charset "UTF-8";
/* CSS Document */

TD {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #595959;
	}
	
	TD a:visited	{ color: #ff8a3b; text-decoration: none; }
	TD a:link	 	{ color: #ff8a3b; text-decoration: none; }
	TD a:hover	 	{ color: #ff8a3b; text-decoration: underline; }
	TD a:active	 	{ color: #ff8a3b; text-decoration: none; }	
	
.titulo {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	
	}
	
.link {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #ff8a3b;
	font-size: 11px;
	line-height: 14px;
	
	}
	
	.link a:visited	 { color: #ff8a3b; text-decoration: none; }
	.link a:link	 { color: #ff8a3b; text-decoration: none; }
	.link a:hover	 { color: #ff8a3b; text-decoration: underline; }
	.link a:active	 { color: #ff8a3b; text-decoration: none; }
	
.breadcrumbs {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #9c9c9c;
	font-size: 10px;
	line-height: 12px;
	
	}	
	
	.breadcrumbs a:visited	 { color: #9c9c9c; text-decoration: none; }
	.breadcrumbs a:link	 	 { color: #9c9c9c; text-decoration: none; }
	.breadcrumbs a:hover	 { color: #5c5c5c; text-decoration: none; }
	.breadcrumbs a:active	 { color: #9c9c9c; text-decoration: none; }
	
INPUT {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	border-width: 1px;
	
	}
	
TEXTAREA {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	border-width: 1px;
	
	}	
	
SELECT {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	border-width: 1px;
	
	}		
	
	