@import "../estilos.css";
.ligas_rollover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC3333;
	font-weight: normal;
	text-decoration: underline;
}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #CC3333; text-decoration: none}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #006633; text-decoration: underline}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF9900; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0066CC; text-decoration: none}
input
	{

		border-width:1;
		font-family:Arial, Helvetica;
		font-size:10;
		font-weight: bold;
                background-color:#FFFFFF; 
		color:#000099;
	}
	select
	{
		border-width:1;
		font-family:Arial, Helvetica;
		font-size:11;
		font-weight: bold;
		color:#000000;
	}
	textarea
	{

		border-width:1;

		font-family:Arial, Helvetica;
		font-size:11;
		font-weight: normal;
		color:#000099;
		background-color:#FFFFFF;
	}

