/* общие настройки страницы */ 
body {
	font-size: 11px;
	color: #ffffff;
	font-family: arial, verdana, serif;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


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;
	color: #444444;
	font-weight: normal;
}
a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: normal;
	
}
 
.pojects a{
	text-decoration: underline;
	color: #900000;
	font-weight: normal;
}
.pojects a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	
}

h1, h2, h3, h4, h5 {
	font-family: Arial, "Verdana", Helvetica;
	padding-left: 0;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #c0c0ff;
	font-weight: normal;
	margin: 0;
	
}
h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	color: #c0c0ff;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
OL, UL {
	margin-bottom: 11px; margin-left: 0px;
	padding: 0 0 0 10px;
	color: #ffffff;
	font-family : arial, verdana, serif;
}
LI {
	font-family : arial, verdana, serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 0px; margin-bottom: 0px; margin-left: 20px;
}

td.topic a{
text-decoration: none;
FONT-WEIGHT: bold;
color: #fff;
}

td.topic a:hover{
text-decoration: underline;
FONT-WEIGHT: bold;
color: #fff;
}

/* стиль вторичной навигации */
A.location {
	color: #545355;
	text-decoration: none;
}
A.location:hover {
	color: #939393;
	text-decoration: none;
	font-weight: bold;
}

/* стиль ссылок главного меню */
A.main_menu {
	color: #ffffff;
	text-decoration: none;
	font-family: arial; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A.main_menu:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
/* стиль ссылок подменю */
A.sub_menu {
	color: #712e13;
	text-decoration: none;
	font-family: arial; 
	font-size: 11px;
}

/* меню */
TD.menumarker {}
TD.menulink {}

/* подпись к изображениям */
.picture-caption {
}


