/* CSS Document */
.blockcontent {
	font-size:12px;
}

.blockcontent h1 {
	font-size:14px;
	color:#365F91;
	font-weight:bold;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	border-bottom:1.5pt solid #365F91;
	padding-bottom:7px;
	margin:20px 0 10px 0;
}

.blockcontent h2 {
	font-size:14px;
	color:#365F91;
	font-weight:normal;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	border-bottom:1px solid #365F91;
	padding-bottom:7px;
	margin:20px 0 10px 0;
}

.blockcontent h3 {
	font-size:14px;
	color:#4F81BD;
	font-weight:normal;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	border-bottom:1px solid #4F81BD;
	padding-bottom:7px;
	margin:20px 0 5px 0;
}

.blockcontent h4 {
	font-size:12px;
	color:#4F81BD;
	font-weight:bold;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	/* border-bottom:1px solid #365F91; */
	padding-bottom:7px;
	margin:10px 0 5px 0;
}

.blockcontent a {
  text-decoration:underline !important;
  color:#003366;
}


.content {
  margin:20px 0px 20px 0px;
  border-collapse:collapse;
  border-bottom:2px solid #0054a2;
}
.content td {
  padding:2px;
  border-bottom:1px solid #EEE;
  text-align:center;
}
td.tdhead {
  background-color:#0054a2;
  color:#FFF;
  font-size:12px;
  font-weight:bold;
  padding:3px;
  border:1px solid #FFF !important;
}


/* табличка для мероприятий и проектов */
table.mer td {
	background-image:url(/images/_mainpage1/dotlink.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 10px 25px;
}

