/* общие настройки страницы */ 
body {
	margin: 0;
	padding: 0;
	background: #999999;
}
body, div, p, th, td, li, dd {
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", serif;;
	line-height: 1.5;
	font-weight: medium;
	color: #3b535d;
}
img {
	border-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 7px 0;
	padding: 0;
	text-align: justify;
}
/* всё, что в формах */ 
form * {
	font-family: "Verdana", Helvetica;
	font-size: 9px;
}
/* общие настройки ссылок */ 
a {
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}

h1, h2, h3 {
	font-family: "Verdana", Helvetica;
	padding-left: 0;
	font-weight: medium;
}
h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	color: #41595d;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #026CD7;
	font-weight: medium;
}
h3 {
	font-size: 12px;
	color: #026CD7;
	font-weight: medium;
}

OL, UL {
	margin-bottom: 11px; margin-left: 0px;
	padding: 0 0 0 10px;
	color: #777777;
	font-family : "Verdana", Helvetica, sans-serif}
UL {
	list-style-image: url("/pictures/point.gif"); 
}

LI {
	font-family : "Verdana", Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	margin-top: 0px; margin-bottom: 0px; margin-left: 20px;
}

/* стиль вторичной навигации */
A.location {
	color: #0000ff;
	text-decoration: none;
}
A.location:hover {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

/* стиль ссылок главного меню */
A.main_menu {
	color: #41595d;
	text-decoration: none;
	font-family: Impact, 'Arial Narrow', Arial, sans-serif; 
	font-size: 16px;
}
/* стиль ссылок подменю */
A.sub_menu {
	color: #41595d;
	text-decoration: none;
	font-family: Impact, 'Arial Narrow', Arial, sans-serif; 
	font-size: 16px;
}

/* меню */
TD.menumarker {}
TD.menulink {
	vertical-align: middle;
	padding: 0 7px;
}
TD.menulink a {
	font-family: "courier new", courier, monospace;
	font-size: 16px;
	text-decoration: none;
	color: #262771;
}
TD.menulink a:hover {
	text-decoration: underline;
	color: #262771;
}
TD.menulink a.active {
	text-decoration: underline;
	color: #262771;
}

/* подпись к изображениям */
.picture-caption {
}

#copyright a {
 font-family: Impact, 'Arial Narrow', Arial, sans-serif; 
 font-size: 11px;
 color: #526866;
 text-decoration: underline;
}
#copyright a:hover {
 color: #5268ff;
 text-decoration: underline;
}

