body {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	text-align: left;
	/*background-color: #ffffff;*/
	background: url('/images/bg.gif');
	padding: 0px;
	margin: 0px;
}

p, table {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	text-align: left;
}

a {
	font-family: Verdana;
	color: #939598;
}

h1 {
	font-family: Times New Roman;
	font-size: 17px;
	color: #cb2a2b;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

.menu {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu:hover {
	text-decoration: underline;
}

.date {
	color: #939598;
}

.krasenkii {
	color:#CB2A2B;
}

table.partners img {
        border: solid 1px #939598;
        margin-right: 10px;
}

.geo-buttonList{
	/*margin-left: 60px;*/
	text-decoration: underline;
	cursor: pointer;
}

.geo-div{
	display: none; 
	margin-top: 10px;
	margin-left: 60px; 
	position: absolute; 
	width: 400px; 
	z-index: 10; 
	background: white; 
	border: 1px solid black; 
	border-radius: 10px;
	padding: 10px;
}

.geo-divDetail{
	display: none; 
	margin-top: 10px; 
	position: absolute; 
	width: 400px; 
	z-index: 10; 
	background: white; 
	border: 1px solid black; 
	border-radius: 10px;
	padding: 10px;
}

.geo-buttonDel{
	float: right; 
	border: none; 
	background:none; 
	font-size: 24px;
}