body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	list-style-type: circle;
	background-color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a {
	color: #6600CC;
}

h1 {
  font-size: 14pt;
  color: #6600CC;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 13pt;
  color: #6600CC;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 12pt;
  color: #6600CC;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 11pt;
  color: #6600CC;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.highlight_red {
  color: #FF0000;
  font-weight: bold;
}

table, tr, td, div, iframe {
  padding: 0;
  margin: 0;
  border-width: 0;
}

p, ul {
  margin: 10px 0 5px 0;
}

.ul_article {
  list-style-position: inside;
  text-indent: 0;
  padding-left: 0;
  margin-left: 50px;
}

hr {
  margin: 5px 0 5px 0;
  width: 100%;
  color: #000000;
  background-color: #000000;
  border: 0 none;
  height: 1px;
  clear: both;
}

fieldset {
  padding: 5px;
  margin: 0;
}

fieldset table td {
  padding: 5px;
  vertical-align: top;
}

.article_image {
  float: left;
  padding: 0 5px 5px 0;
}

.contract_image {
  float: bottom;
}

.contract_table td {
  vertical-align: top;
  text-align: center;
  padding: 5px;
}

.article_icon {
  float: left;
  padding: 0 2px 0 0;
}

.border_table,  .border_table td {
  border-width: 1px;
  border-style: solid;
  border-color: #6600CC;
}

.ideas_list tr {
  vertical-align: top;
}

.offers_list tr {
  vertical-align: middle;
}

.ideas_list tr td {
  text-align: left;
}

.offers_list tr td {
  text-align: left;
}

/* Заголовки в левой и правой панели */
.blocks {
  width: 200px;
  background: #6600CC;
  color: #FFFFFF;
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #6600CC;
  margin: 0 0 5px 0;
}

.right_block {
  width: 180px;
  border-width: 1px;
  border-style: solid;
  border-color: #6600CC;
  background: #FFFFFF;
  margin: 5px 0 5px 0;
  padding: 0 10px 5px 10px;
}

.shift_bottom {
  margin: 0 0 5px 0;
}

.shift_top {
  margin: 5px 10px 0 10px;
}

.main_block {
  margin: 0 10px 0 10px;
}

.style_small_red {
  color: #FF0000; 
  font-size: 10pt;
}

.style_small_gray {
  font-size: 10pt;
  color: #666666;
}

.style_big {
  font-size: 12pt;
  font-weight: bold;
}

.business_plans_h4 {
  font-size: 13pt;
  color: #000000;
}


/* Меню в левой колонке */
#menu_left {
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #6600CC;
  margin: 0 0 5px 0;
  padding: 0;
}

#menu_left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu_left li {
  margin: 0;
  padding: 0;
}

#menu_left li a {
  border-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #6600CC;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
  display: block;
  padding: 1px 0 1px 0;
  margin: 0;
  height: 13pt;
  color: #6600CC;
  background-color: #FFFFFF;
}

#menu_left li a:hover {
  background-color:  #FFFF77;
}

#menu_left .menu_left_cell {
  border-style: none;
}

#menu_left .menu_left_highlight {
  font-weight: bold;
  color: #FF0000;
}

#menu_left .menu_left_highlight:hover {
  color: #FF0000;
}

.adv_code {
  display: none;
}

.font_red {
  color: #FF0000;
}