/* CSS Document */

.clsDemoNode {
	color: #000000;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial;
	line-height: 16px;
	font-weight: bold;
	background-image: url(images/rayitas.gif);
	background-repeat: no-repeat;
		
 } 


.clsDemoNode:visited{

	color: #000000;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial;
	line-height: 16px;
	font-weight: bold;
	background-image: url(images/rayitas.gif);
	background-repeat: no-repeat;

}

.clsDemoNode:hover{

	color: #9DA629;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial;
	line-height: 16px;
	font-weight: bold;
	background-image: url(images/rayitas.gif);
	background-repeat: no-repeat;

}

.clsDemoNode1:visited{

	color: #000000;
	font-size : 13px;
	text-decoration : none;
	font-family : Arial;
	line-height: 14px 
	font-weight: bold;

}

.clsDemoNode1:hover{

	color: #9DA629;
	font-size : 13px;
	text-decoration : none;
	font-family : Arial;
	line-height: 14px ;
	font-weight: bold;
}

.clsDemoNode1 { 

	color: #000000;
	font-size : 13px;
	text-decoration : none;
	font-family : Arial;
	line-height: 14px;
	font-weight: bold;

 } 


