/*
  Created by Hexen for mirror-world.ru site.
  $Version:: 1.0.0 $
	$Date:: 07.07.2004 $
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: 333333;
	background-color: #BFBFBF;
	background-image:url(/images/background-800x10.png);
	list-style-image: url(/images/bullet-small.png);
	list-style-type: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}

table.header {
  align: left;
	valign: middle;
  width: "100%";
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
}

div.contentbox {
  align: center;
	vertical-align:middle;
	valign: middle;	
  background-color: transparent;
	color: transparent;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

table.maincontainer {
  align: center;
	vertical-align: middle;
	valign: middle;	
	background-color: transparent;
}

div.textbox {
  background: solid;
	background-color: white;
  border: 1px solid #A3A3A3;
  margin: 4px;
  overflow: hidden; 		
	width: "80%";
  padding: 4px;  	
}
	
div.box-title {
  background-color: transparent;
  border-bottom: 1px solid #A3A3A3;
  color: #333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:bold;
  text-align: center;
  padding: 4px;  
  margin: 0px;
	margin-bottom: 4px;
}

td.box-title {
  align: center;
	vertical-align: middle;
	valign: middle;
  text-align: center;
  font-size: 16px;
  font-weight:bold;
}
	
table.box-title  { 
  text-align:justify;
}

	
	
	
	
	
	
	
	
	
	
