td, p, div
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  color: #000000;
  width: 100%;
  height: 100%;
  min-width: 780px;
  background-color: white;
}

.left_col
{
  width: 180px;
  background-image: url(images/left_fill.jpg);
  background-repeat: repeat-y;
  background-color: #112E70;
}


.right_col
{
  width: 180px;
  background-image: url(images/right_fill.jpg);
  background-repeat: repeat-y;
  background-color: #F3E860;
}


.center_header
{
  background-image: url(images/plate2.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.center_field
{
  background-image: url(images/plate1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.content_left
{
  padding-left: 10px;
  padding-bottom: 30px;
  margin-right: 5px;
}

.content_left2
{
  padding-left: 10px;
  margin-right: 5px;
  background-image: url(images/backgr.png);
  background-position: right bottom;
  background-repeat: repeat-y;
}
.content_left2 p, .content_right p
{
  font-size: 11px;
}

.content_right
{
  margin-left: 5px;
}

h1
{
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC523D;
  text-transform: uppercase;
}

h2
{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC523D;
}

.nav_bar
{
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul
{
  margin-left: 16px;
  padding: 0px;
  line-height: 18px;
  list-style-image: url(/images/bullet.png);
}

li
{
  vertical-align: bottom;
}

a
{ 
  color: #000000;
  text-decoration: none;
}
a:hover
{ 
  color: #000000;
  text-decoration: underline;
}

a:visited
{
  color: #444444;
}
.article_table 
{
  width: 100%;
  min-width: 400px;
  max-width: 450px;
}
.article_table td
{
  padding-bottom: 20px;
}

h2 a:hover 
{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC523D;
  text-decoration: underline;
}

h2 a
{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC523D;
  text-decoration: none;
}

h2 a:visited
{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC523D;
  text-decoration: none;
}

.right_text
{
  font-size: 10px;
  padding-left: 44px;
  text-align: left;
}
td.right_text
{
  padding-bottom: 20px;
}

.right_text a
{
  font-size: 10px;
  text-align: left;
}

.small_text
{
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

.input
{
  font-size: 10px;
}
td.sub
{
  padding: 10px 10px 10px 10px;
  font-size: 10px;
  /*background-image: url(images/subbg.png);
  background-position: top right;
  background-repeat: no-repeat;*/
}
td.sub h1
{
  font-size: 10px;
  line-height: 10px;
  margin: 0px;
}

td.sub ul
{
  line-height: 15px;
  vertical-align: bottom;
}

.box_rubr
{
  height: 17px;
  background-image: url(images/backgr_rubr.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.box_content
{
  font-size: 11px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 30px;
}
h3
{
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #CC523D;
}
h4
{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #000000;
}
h4 a
{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #949699;
}
.news_date
{
  height: 15px;
  background-image: url(/images/backgr_news.png);
  background-repeat: no-repeat;
  line-height: 15px;
}
.read_more td
{
  text-align: right;
  padding: 4px 0px 0px 0px;
  height: 15px;
  border-bottom: 1px solid #DBDCB0;
  text-transform: uppercase;
}
.read_more td a
{
  color: #DBDCB0;
  font-size: 11px;
}
.read_more td a:visited
{
  color: #DBDCB0;
  font-size: 11px;
}
.read_more td a:hover
{
  color: #CC523D;
  text-decoration: none;
  font-size: 11px;
}
.read_more_bg
{
  background-image: url(/images/read_more_fill.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
