/* CSS Document */

body {
padding: 0; margin: 0;
width:100%; color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%; min-width: 900px;
background-color: #E7EEFA;
}

#main {
width: expression((documentElement.clientWidth||document.body.clientWidth) < 900 ? '900px' : '100%');
}

a:link, a:active, a:visited {
	color: #4A7AB8;
	text-decoration: none;
}

a:hover {
	color: #FF3C00;
	text-decoration:: underline;
}

a.menu:link, a.menu:visited, a.menu:active {
                display:block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	  text-decoration: underline;
}


td.menu
{
background: url(/images/menu.gif) no-repeat;
background-position: center left;
                vertical-align: middle;
	height: 20px;
	width: 170px;
                padding:0px 0 0 12px;
                text-align: left;
}

td.middle {
      width: 100%;
	  vertical-align: top;
	  text-align: left;
}


#header {
height:118px; width:100%;
background:url(/images/bg_header.gif) repeat-x;
}
#banner {
height:90px; width:728px;
float: right; padding: 0px 10px 0 0;
}

#topline {
color:#FFFFFF; vertical-align:bottom;
text-align:left; padding-left: 5px;
width:auto; height:20px; display:block;
background: url(/images/bg_topline.gif) repeat-x; overflow:hidden;
}

td.content {
background: #FFFFFF url(/images/bg.gif);
width: 100%;  height: 100%; vertical-align: top;
padding: 7px;
}

td.blockr, td.blockl {
width: 190px; 
vertical-align:top; height: 450px;
}

td.blockl {
background: #EFF3FC url(/images/bg_block.gif) repeat-y right;
}

td.blockr {
background: #EFF3FC url(/images/bg_block.gif) repeat-y left;
}

td.category {
width: 190px;
color:#0079C5;
font-size: 13px;
display:block; text-align: center;
padding-bottom: 2px;
}

td.menu {
padding-left:10px;
}

.row_newsl { background: url(/images/news.gif) repeat-y left; width: 1px;}
.row_newsr { background: url(/images/news.gif) repeat-y right; width: 1px;}

#footer{
text-align:left;
background:url(/images/bg_footer.gif) repeat-x;
height:77px; color: #5481BC; width:100%;
font-size: 9px;
}

h1, .title {
	font-size: 17px;
	line-height: 17px;
	color: #4C4C4C;
}

h2 {
	font-size:15px;
	color: #4C4C4C;
}


.news_date {
    background: #FFFFFF url(/images/news.gif) repeat-x bottom;
	padding: 3px 3px 3px 3px;
	text-align: right; vertical-align:middle;
	font-size: 10px; color:#000000;
}

.news_line {
 background-image: url(/images/nl.gif); height: 7px;
 text-align: right;
}

.news_title {
	padding-left: 5px; width: 100%; font-weight: bold;
	font-size: 12px;
	background-image: url(/images/news2.gif); height: 18px;
}

.news_description {
 padding: 0 7px 7px 7px; background-color:#FFFFFF;
}
.news_table {

}

.menu_point
{
	padding-left:5px;
	padding-right:8px;
}

ul li
{
	margin-bottom: 3pt;
	margin-top: 3pt;
}

ol li
{
	margin-bottom: 7pt;
	margin-top: 7pt;
}

.top_text_padding
{
	padding-top: 20px;
}

.text_point
{
        padding-right: 9px;
        padding-left: 16px;
}


.line_text
{
        padding-right: 9px;
        color:#939393;
}

.point
{
        margin-top: 25px;
        margin-bottom: 12px;
}

.table_border, .table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #222222;
	border-style: solid;
}

form
{
	margin-bottom:0;
	margin-top:0;
}

img
{       
        border:0;
}

input, select, textarea
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	BORDER: #777777 1px solid;
	color: #3D3D3D;
}

.input_blur
{
	background: #F2ECCE;
}

.input_buttom_search
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	BORDER: #dddddd 1px solid;
	color: #3e3e3e;
}

.input_buttom_search_button
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	BORDER: #dddddd 1px solid;
	color: #333333;
	background-color: #dddddd;
}


hr  /* Äëÿ IE */
{
	height: 1px;
	color: #dadada;
	border: none;
}

code, code p
{
	font-style: italic;
	font-size: 80%;
}