.calend a, .calend span, .ruen, .text h1, .text h2, .menu a, .menu span, .underTitle
{
	font-family: Nimbus Sans, Helvetiva, Arial, sans-serif;
}

div.calend{
	border: 0px;
	width:235px;
	height:223px;
	background: url(i/calend.jpg) no-repeat top left;
	padding:40px 15px 0px 10px;
	margin: 0;
	position: fixed;
}

.calend h2{
	font-size:14pt;
	font-weight:normal;
	color:#7A906B;
	margin:10px 0px 3px 10px;
	}

.calend a, .calend span {
	color: white;

	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	background-color: #AAAAAA;
	padding:2px 6px;
	position: relative;
	}

.calend a:hover, .calend #current, .calend span {
	background-color: #677C50;
	padding-top: 4px;
	padding-bottom: 4px;
	}

td.text {
	text-align:justify;
	font-size:12pt;
	font-family: "Times New Roman";
	color:#333333;
	position: relative;
	z-index: 10;
	}

.text h1{
	margin:0px;
	margin-top:10px;
	font-weight:normal;
	font-size:16pt;
	color:#7A906B;
	}

.text h2{
	margin:0px;
	margin-top:10px;
	font-weight:normal;
	font-size:12pt;
	color:#749065;

	}

.text p
	{
	margin:8px 0px;
	padding-right: 1px;
	}

.text a:link{
	color:#505CA6;
	}


.text a:visited{
	color:#7684B9;
	}

.text a:hover{
	color:#67AA50;
	}

.text .underTitle {
	font-size: 10pt; 
	text-align: right;  
	margin: 3px 0px;
}

.text dt{
	padding-top:15px;
	}

.text dl dd{
	margin-left:14px;
	}

.text dl li{
	margin-top:7px;
	}

.menu img{
	margin:0px;
	padding:0px;
	border:0px;
	margin-right:6px;
	vertical-align:top;
}

.menu a, .menu span {
	display: block;
	height:18px;
	width:100%;
	font-size:10pt;
	font-weight:bold;
	color: white;
	text-decoration: none;
	background-image: url(i/menu_f.gif);
	background-color: #AAAAAA;
}

.menu a:hover {
	background-image: url(i/menu_fy.gif);
}

.ruen {
	font-size:8pt;
	position: relative;
	right: 30px;
	top: 20px;
}
.ruen a {
	padding:5px;
	text-decoration: none;
	color: white;
	background-color: #99B;	
	margin: 1px
}
.ruen span, .ruen a:hover {
	padding:5px;
	background-color: #447;
	color: #DDD;
	top: 2px;
}

/* Врезка: */
.incut {
	font-size: 14pt;
	display: inline;
	position: relative;
	width: 35%;
	float: right;
	padding: 8px;
	margin: 0 20px 20px 30px;
	border: 2px solid #EEE;
	background-color: #F8F8F8;
	text-align: left;
}
.invisible
{
visibility:hidden;
display:none;
}
.visible
{
visibility:visible;
display:block;
}