/* av_menu.css - Aldaba */

A {
	color: black;
	font: 11px verdana;
	text-decoration: none;
}
A:link { 
	color: black;
	text-decoration: none;
}
A:visited { color: black; }    
A:hover { 
	color: silver;
	text-decoration : none;
}    
A:active { 
	color: #777777;
	background-color : white;
	width : 100%;
} 

BODY {
	background-color: #ffffff;
}

.texto {
	color: #000000;
	line-height : 14px;
}

A.small {
	color: #777777;
	text-decoration: none;
}
A.small:visited { color: #777777; } 
A.small:hover {
	text-decoration: none;
	color: silver;
}
A.small:active {
	width: auto;
}
.small {
	color: #777777;
	font : 9px sans-serif;
	line-height : 15px;
	}

.box {
	border: 1px solid #eeeeee;
	padding: 7px;
}

TABLE {
	font: normal 11px verdana;
}

hr {
	color: #eeeeee;
}
