/*============ Стандартные классы ==============*/
	body {
		margin: 0px 0px 0px 0px;
		background-color: #ffffff;
	}
	td   {
	 	font-family: tahoma, verdana, sans-serif;
		font-size:  70%;
		color: #4e5855;
	}
	a:link, a:active, a:visited {
	 	font-family: tahoma, verdana, sans-serif;
		color: #31AEC6;
		text-decoration: none;
		font-size:  100%;
	}
	a:hover {
	 	font-family: tahoma, verdana, sans-serif;
		color: #31AEC6;
		font-size:  100%;
		text-decoration: underline;
	}
	
	a.l:link, a.l:active, a.l:visited {
	 	font-family: arial, verdana, tahoma, sans-serif;
		color: #31AEC6;
		text-decoration: underline;
		font-size: 100%;
	}
	a.l:hover {
	 	font-family: arial, verdana, tahoma, sans-serif;
		color: #31AEC6;
		font-size: 100%;
		text-decoration: none;
	}
	
	
a.sec-menu:link, a.sec-menu:active, a.sec-menu:visited {
	color: #64716D;
	text-decoration: none;
	font-size: 100%;
}
a.sec-menu:hover {
	color: #64716D;
	font-size: 100%;
	text-decoration: underline;
}
a.h-menu:link, a.h-menu:active, a.h-menu:visited {
	color: #64716D;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}
a.h-menu:hover {
	color: #64716D;
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
}
a.go-to-top:link, a.go-to-top:active, a.go-to-top:visited, a.go-to-top:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 100%;
}
a.top-menu-down:link, a.top-menu-down:active,  a.top-menu-down:visited,  a.top-menu-down:hover {
	font-size: 100%;
	color: #FFFFFF;
}
/*============ Стандартные классы ==============*/

/*============ Оформление меню ==============*/
	table.top-menu {background: #fcfcfc url('/imgs/design/bg-top-menu.gif') repeat-x;}
/*============ Оформление меню ==============*/

/*============ Оформление лого (синяя полоса) ==============*/
	div.logo {
		background: #36ACC5 url('/imgs/design/bg-logo.gif') repeat-x;
		width: 100%;
		margin-bottom: 2px;
	}
	div.logo div {padding: 17px 184px 22px 25px;}
/*============ Оформление лого (синяя полоса) ==============*/


/*============ Оформление боттома ==============*/
	div.bottom {
		background: #f7f9fa url('/imgs/design/img-bottom.gif') no-repeat;
		background-position: top right;
		width: 270;
	}
	div.bottom div.text {
		padding: 19px 28px 16px 30px;
		color: #9ca7a4;
		font-size: 100%;
	}
	div.bottom a:link, div.bottom a:active, div.bottom a:visited {
	 	font-family: tahoma, verdana, sans-serif;
		color: #9ca7a4;
		text-decoration: none;
	}
	div.bottom a:hover {
	 	font-family: tahoma, verdana, sans-serif;
		color: #9ca7a4;
		text-decoration: underline;
	}
/*============ Оформление боттома ==============*/