@charset "utf-8";

/********************************************************************************************************************************************/
/************LINKI a:Link, a:Visited, a:Active, a:Hover**************************************************************************************/
/********************************************************************************************************************************************/

/******************************************************/
/****************GLOBAL links**************************/
/******************************************************/
a:link, a:visited, a:active {
	text-decoration: none;
	color:#fff;

}
a:hover {
	text-decoration: underline;
	color:#444444;

}
/******************************************************/
/****************enf of GUMB 1*************************/
/******************************************************/

/******************************************************/
/****************GLOBAL links**************************/
/******************************************************/
a.noga:link, a.noga:visited, a.noga:active {
	font-size:11px; 
	font-weight:normal; 
	color:#ABA78E;
	text-decoration:none;
}
a.noga:hover {
	font-size:11px; 
	font-weight:normal; 
	color:#444444;
	text-decoration:underline;

}
/******************************************************/
/****************enf of GUMB 1*************************/
/******************************************************/

/********************************************************************************************************************************************/
/******!!!!!!!!end of !!!!!!! LINKI a:Link, a:Visited, a:Active, a:Hover*********************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/*****!!!!!!!!SPECIAL!!!!!!!*****************************************************************************************************************/
/********************************************************************************************************************************************/

/******************************************************/
/****************EI and Firefox*************************/
/******************************************************/

A:link IMG { border:none; }
A:visited IMG { border:none; }


a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/******************************************************/
/*************end of EI and Firefox********************/
/******************************************************/

/********************************************************************************************************************************************/
/******!!!!!!!!end of !!!!!!! SPECIAL********************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/



