table:after {
content: "The End";
text-align: center;
}

body
{
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #5d5d5d;
}
a {
	line-height: 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
}

a:link, a:visited {
	text-decoration: none;
	color: #5d5d5d;
}

a:hover {
	text-decoration: underline;
	color: #5d5d5d;
}
table.center {width:70%; margin-left:15%; margin-right:15%;}
/* ALICE  */
#alice	{
	font-family: 'Georgia', Verdana,Arial,Helvetica,sans-serif;
	color: #5d5d5d;
	font-size: 16px;
	
}
P {
 font-family: 'Georgia', Verdana,Arial,Helvetica,sans-serif; 
 font-size: 14px; 
 color: #5d5d5d;
 text-align:left;
 }

P#first:first-letter {
 font-size: 200%; /* Размер шрифта первого символа */
 color: #5d5d5d; 
 font-weight: bold;
}

/*
body 
{ 
  background-image: url("1.jpg"); 
  background-attachment: scroll; 
 } 
 
html 
{ 
  background-image: url("1.jpg"); 
  background-attachment: fixed; 
  background-position: center;
  background-repeat: no-repeat;
} 
*/
table 
{ 
  margin: 0 0 0 0;
  text-align: left;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
 } 
.textinput_red {
	BORDER:  1px solid red; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	FONT-SIZE: 85%; 
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif;
}

.textinput {
	PADDING-RIGHT: 3px; 
	BORDER: 1px solid #d1d7dc;
	PADDING-LEFT: 3px; 
	FONT-SIZE: 85%; 
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif;
}
span.row1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #5d5d5d;	
}
.button {
	BORDER:1px solid #000000;
	FONT-SIZE: 85%; 
	background-color:#ccd7e0;
	FONT-FAMILY:  Verdana, Helvetica, Arial, sans-serif;
	
}
/* ProjectSubmenu: Cribbed from Waferbaby... */
#ProjectSubmenu {
	text-align: center;
	list-style: none outside;
	padding: 0;
	margin: 1em 0 0em 0;
	height: 2em; /* Setting a height makes it act like a block */
	border: 0px dotted gray;
	}

#ProjectSubmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size:16px;
	}

#ProjectSubmenu li a,
#ProjectSubmenu li a:link,
#ProjectSubmenu li a:visited {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	padding: 6px 30px 6px 30px;
	margin: 0;
	margin-right: -1px;
	border-color: #727272;
	border-width: 1px;
	border-style: solid;
	color: #c30;
	background-color: #FCF3F3;
	}
#ProjectSubmenu li a.selected{
	color: #eee;
	background-color: #606870;
	}

#ProjectSubmenu li a.selected,
#ProjectSubmenu li a.selected:hover {
	color: #eee;
	background-color: #606870;
	}

#ProjectSubmenu li a:hover {
	color: #606870;
	background-color: #F7941D;
	}
/*
#ProjectSubmenu li a:active {
	color: #eee;
	background-color: #606870;
	}
*/
#text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
/*#Sidebar {*/
#Sidebar {
	float: left;
	width: 160px;
	height: auto;
	border: 0px dotted gray;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: transparent;
	color: #eee;
	text-align: left;
	font-size: .9em;
	}
/*
#Sidebar ul {
	margin: 0 0em 5em 0em;
	}

#Sidebar li {
	list-style: none;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	}
*/
#Sidebar strong {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

#Sidebar a {
	line-height: 2.25em;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	color: #606870;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	}
#Sidebar a:link {
	color: #606870;
	border: 0;
	}
#Sidebar a:visited {
	color: #606870;
	border: 0;
	}
#Sidebar a:hover {
	color: #F7941D;
	}
#Sidebar p {
	padding: 0;
	letter-spacing: .2em;
	margin: 0 0 0 0;
	}
#Sidebar strong {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	}	

#SidebarBannerBox {
	float: left;
	width: auto;
	height: auto;
	border: 1px dotted gray;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: transparent;
	color: #eee;
	text-align: center;
	font-size: .9em;
	}

#hiddenDiv
{
display:none;
position:inherit;

}

#sub3Div
{
display:block;
position:static;
border:1px solid #151515;
}