body {
  font-family: sans-serif,Arial,Helvetica;
  background-position:  0% 0%;
  background-color: #fff;
  background-image: url(../images/bg.jpg);
  vertical-align: top;
  text-decoration: none;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}

a {
	text-decoration: none;
	color: #152563;	
}

a visited{
	text-decoration: none;
	color: #152563;	
}

hr {
   border: 0;
  	width: 100%;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
}

img {
	border:0;
	padding: 0px;
}

img a {
	border:0;
}


.page {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dee4ca;
	border-collapse: separate;
	background-color: white;
  	width: 860px;
  	margin-top: 0px; 
  	margin-bottom: 0px;
  	padding: 0px
  	font-size: 9px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}


.content {
	border-spacing: 0px;
	margin: 0px;
}

.content td {
	color: #696969;
	font-size: 13px;
	padding: 10px;
}
.content h2 {
	color: #152563;
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0px; 
}
.footer
{
	width: 100%;
	height: 55px;
	background-color: #3e60a0;
	color: #fff;
	font-size: 10px;
}

.footer a
{
	color: #fff;
}
.box td {
	padding: 0px;
	margin: 0px;
}
.search_table td{
	padding: 2px;
}
div.englishcontent {
	display:block;
}
div.russiancontent {
	display:none;
}
.button {
	
	
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	
	padding: .2em .3em .2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#f9c820));
	background: -moz-linear-gradient(top,  #f47a20,  #f9c820);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#f9c820');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

