/* основные ссылки и их описание */
a:link {
	font: 11pt Tahoma;
	color: #304C80; text-decoration: none;
}

a:visited{
	font: 11pt Tahoma;
	color: #666666; text-decoration: none;
}

a:hover {
	font: 11pt Tahoma;
	color: #304C80; text-decoration: underline;
	text-decoration: underline;
}

a:active  {
	font: 11pt Tahoma;
	color: #ff6600;
	text-decoration: none;
}
/* окончание описания основных ссылок */

/* submenu */
a.submenu:link {
	font: 7.5pt Tahoma;
	color: #304C80; 
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
}
a.submenu:visited {
	font: 7.5pt Tahoma;
	color:#996633; 
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
}

a.submenu:hover {
	font: 7.5pt Tahoma, Arial, Tahoma;
	color: #304C80;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: 400;
}

a.submenu:active  {
	font: 7.5pt Tahoma, Arial, Tahoma;
	color: #ff6600;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
}
/* submenu */

/* duble link */
a.bottom:link {
	font: x-small Tahoma, Arial, Tahoma;
	color: #996633; text-decoration: none;
	}
	
a.bottom:visited {
	font: x-small Tahoma, Arial, Tahoma;
	color: #996633; text-decoration: none;
	}

a.bottom:hover {
	font: x-small Tahoma, Arial, Tahoma;
	color: #FF9933;
	text-decoration: underline;
	}

a.bottom:active  {
	font: x-small Tahoma, Arial, Tahoma;
	color: #ff6600;
	text-decoration: none;
	}
/* duble link */

/* link in text */
a.text:link {
	font: x-small Tahoma, Arial, Tahoma;
	color: #996633; text-decoration: none;
	}
	
a.text:visited {
	font: x-small Tahoma, Arial, Tahoma;
	color: #996633; text-decoration: none;
	}

a.text:hover {
	font: x-small Tahoma, Arial, Tahoma;
	color: #FF9933;
	text-decoration: underline;
	}

a.text:active  {
	font: x-small Tahoma, Arial, Tahoma;
	color: #ff6600;
	text-decoration: none;
	padding: 10px;
	}
/* link in text */

/* link in menu top */
a.menu:link {
	font: bold x-small Tahoma, Arial, Tahoma;
	color: #996633; text-decoration: none;
	}
	
a.menu:visited {
	font: bold x-small Tahoma, Arial, Tahoma;
	color: #996633; text-decoration: none;
	}

a.menu:hover {
	font: bold x-small Tahoma, Arial, Tahoma;
	color: #FF9933;
	text-decoration: underline;
	}

a.menu:active  {
	font: bold x-small Tahoma, Arial, Tahoma;
	color: #ff6600;
	text-decoration: none;
	}
/* link in menu top end */


/* news */
a.newslink:link {
	font: 9.5px Tahoma;
	color: #996633; 
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
a.newslink:visited {
	font: 9.5pt Tahoma;
	color:#996633; 
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
}

a.newslink:hover {
	font: 9.5pt Tahoma, Arial, Tahoma;
	color: #FF9933;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: 600;
}

a.newslink:active  {
	font: 9.5pt Tahoma, Arial, Tahoma;
	color: #ff6600;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
}
/* end news */

/* link tech */
a.techlink:link {
	font: bold 17px Tahoma;
	color: #304C80; 
	text-decoration: none;
	letter-spacing: 1px;
}
a.techlink:visited {
	font: 600 17px Tahoma;
	color:#666666; 
	text-decoration: none;
	letter-spacing: 1px;
}

a.techlink:hover {
	font: 600 18px Tahoma, Arial, Tahoma;
	color: #304C80;
	text-decoration: underline;
	letter-spacing: 1px;
}

a.techlink:active  {
	font: 600 17px Tahoma, Arial, Tahoma;
	color: #ff6600;
	text-decoration: none;
	letter-spacing: 1px;
}
/* end tech link */

