/*
 *	WWW.CHEREDA.NET
 *	Version: 7.4.0.2-HEAD / 06.12.2007
 *
 *	Copyright (C) 2002-2008 Andriy Berestovskyy <a@chereda.net>
 *	http://www.chereda.net/kyiv/about/site/
 */





































































































/**************************************************************************/
/* Body */
html	{ height:		100%; }
body.splash {
	height:			100%;
	margin:			0px;
	padding:		0px;
	font-family:		verdana,arial;
	overflow:		hidden;

	color:			#d9ecff;
	background-color:	#3681eb;
}

img	{ border:	0; }

/* Links */
a {
	text-decoration:	none;

	border-style:		none none dotted none;
        border-width:		1px;

	color:			#d9ecff;
        border-color:		#d9ecff;
}
a:visited {
	color:			#d9ecff;
	border-color:		#d9ecff;
}
a:active, a:hover, a:focus {
	color:			white !important;
	background-color:	#cc0000;
	border-style:		none;
}

/**************************************************************************/
/* Tables */
*#b {
	border-width:		1px;
	border-style:		solid;
	border-color:		white;
}

table {
	width:			100%;
	height:			100%;
	margin:			0px;
	padding:		0px;
	table-layout:		fixed;

	border-collapse:	collapse;
	border-style:		none;
	border-width:		0px;
}

td {
	margin:			0px;
	padding:		0px;
	border-spacing:		0px;
}


/**************************************************************************/
/* Top elements */
td.top-center {
	vertical-align:		bottom;
}
*.top-center a { border-style: none; }

td.top-right {
	vertical-align:		bottom;
	padding:		0.5em;
}
table.map {
	width:			auto;
	height:			auto;
	float:			right;
	table-layout:		auto;
}
table.map td {
	padding-left:		0.5em;
	padding-right:		0.5em;
	font-size:		12pt;
	text-align:		right;
}
table.map td.map {
	border-width:		thin;
	border-style:		none;
	border-left-style:	solid;
	padding-right:		0px;
	border-color:		#d9ecff}

/**************************************************************************/
/* Middle elements */
td.line {
	height:			280px;
	background-image:	url("/i/splash-bg.gif");
	background-color:	#2a64b8;
}

td.line table {
	height:			280px;
	width:			340px;
}

*.line a { border-style: none; }

/**************************************************************************/
/* Bottom elements */
td.bottom-left {
	vertical-align:		top;
	padding:		0.5em;
	font-size:		7pt;
}




































































































