@charset "windows-1251";
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../img/background_mirror.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-width:1024px;
}
body {
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.center {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

* {text-align:left; padding:0px; margin:0px;}
.menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	display: table;
	padding-left:5px;

	*padding-left: 5px;
	height: 30px;
	width: 195px;
}
.ArticleContent img {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ArticleContent {
	text-align: justify;
	padding: 5px;
}
.ArticleContent p {
	text-align: justify;
}
.ArticleContent .Nagore {
	text-align: right;
	display: block;
	margin: 5px;
	float: right;
	color: #000066;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.ArticleContent ul {
	display: block;
	padding-left: 30px;
}
.ArticleContent li {
	text-align: justify;
}
.Quote {
	display: block;
	padding: 5px;
	clear:both;	
	background-color: #CCCCCC;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
}
.Quote img {
	float: left;
	margin-right:5px;
	margin-bottom:5px;
}
.Quote p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.copy {
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
	padding: 10px;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#inactive {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../img/button.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../img/button_f2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#active a {
	color:#FFFFFF;
}