.grey{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #777777; 
	text-decoration:none;
}
.grey:Hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #FFFFFF; 
	background-color: #009DC6;
}
.greyUndln{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #777777; 
	text-decoration:none;
}
.greyUndln:Hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #777777; 
	text-decoration: underline;
}
.greyNOdecoration{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #777777; 
	text-decoration:none;
}
.largerGrey{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color: #777777; 
	text-decoration:none;
}
.largerGrey:Hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color: #FFFFFF; 
	background-color: #009DC6;
}
.white{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #FFFFFF; 
	text-decoration:none;
}
.white:Hover{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #FFFFFF; 
	text-decoration: underline;
}
.whiteLarger{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color: #FFFFFF; 
	text-decoration:none;
}
.whiteLarger:Hover{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color: #FFFFFF; 
	text-decoration: underline;
}
.whiteBlue{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #FFFFFF; 
	text-decoration:none;
}
.whiteBlue:Hover{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #A0D1DD; 
	text-decoration: none;
}
.whiteGrey{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #FFFFFF; 
	text-decoration:none;
}
.whiteGrey:Hover{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #777777; 
	text-decoration: none;
	background-color: #FFFFFF;
}
.greyOrange{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #777777; 
	text-decoration:none;
}
.greyOrange:Hover{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #DB9F22; 
	text-decoration: none;
}
.blue{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color: #009DC6; 
	text-decoration: none;
}
.blueBold{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color: #009DC6; 
	font-weight: bolder; 
	text-decoration: none;
}
.darkBlueBold{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color: #023167; 
	font-weight: bolder; 
	text-decoration: none;
}




body { 
	margin-top:0px; margin-left:0px; 
	scrollbar-3d-light-color:#FFFFFF;		/* Color borde izquierdo segundo */
	scrollbar-arrow-color:#9AA2A3; 			/*Color del triangulo de la barra*/
	scrollbar-base-color:#FFFFFF; 			/*Color de fondo de la barra*/
	scrollbar-dark-shadow-color:#FFFFFF;	/* Color borde derecho segundo*/ 
	scrollbar-face-color:#FFFFFF; 			/*Color de la barra de scrooll*/
	scrollbar-highlight-color:9AA2A3;		/* Color borde izquierdo primero */ 
	scrollbar-shadow-color:#CECECE;			/* Color borde derecho primero*/
	
}



