body {
	bottom : 0px;
	left : 0px;
	right : 0px;
	top : 0px;
	padding : 20px 20px 20px 20px;
	margin : 0 0 0 0;
	font-family : sans-serif;
	font-size : 15pt;
	font-weight : bold;
	background-color : Black;
	color : #EB871D;
}
TABLE{
	font-family : sans-serif;
	font-size : 15pt;
	font-weight : bold;
	color : #EB871D;
}
A IMG{
	color : #EDB900;
	text-decoration: none;
	font-family : sans-serif;
	font-weight : bold;
	border-color : #EDB900;
}
A:LINK {
		color : #EDB900;
		text-decoration: none;
		font-family : sans-serif;
		font-weight : bold;
	}

A:HOVER {
	color : #EDB900;
	text-decoration: underline;
	font-family : sans-serif;
	font-weight : bold;
}
A:VISITED {
		color : #3DBB06;
		text-decoration: none;
		font-family : sans-serif;
		font-weight : bold;
	}
A:VISITED:HOVER {
		color : #3DBB06;
		text-decoration: underline;
		font-family : sans-serif;
		font-weight : bold;
	}
H1 {
	color : White;
	font-size : 72pt;
	font-family : sans-serif;
	padding-top : 5px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
}
H2{
	color : Black;
	background-color : #F7C20A;
	text-align : center;
	font-weight : bold;
}

H3{
		color : #EDB900;
		font-size : 18pt;
}
HR {
	color : #EDB900;
	padding : 0 0 0;
	border : thin solid #EDB900;
}
.small {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : White;
	vertical-align : top;
}
.stressed{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Red;
	vertical-align : top;
}
.revers {
	color : Black;
	background-color : #F7C20A;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.invers{
	color : Black;
	background-color : #F7C20A;
}
.smally {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #EDB900;
	vertical-align : top;
}
A.smallo:LINK {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #EDB900;
	text-align : center;
}
A.smallo:HOVER {
	font-family : sans-serif;
	text-decoration: underline;
	font-size : 10pt;
	font-weight : bold;
	color : #EDB900;
	text-align : center;
}
A.smallo:VISITED  {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #EDB900;
	text-align : center;
}
A.smallo:VISITED:HOVER  {
	font-family : sans-serif;
	text-decoration: underline;
	font-size : 10pt;
	font-weight : bold;
	color : #EDB900;
	text-align : center;
}
A.rev:LINK {
	color : Black;
	background-color :  #F7C20A;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
A.rev:HOVER {
	text-decoration: underline;
	color : Black;
	background-color :  #F7C20A;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
A.rev:VISITED  {
	color : Black;
	background-color :  #F7C20A;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
A.rev:VISITED:HOVER  {
	text-decoration: underline;
	color : Black;
	background-color :  #F7C20A;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.bkgblack{
	background-color : Black;
}
.inputs {
	background-color : Black;
	color : White;
	border : thin dotted #EDB900;
	overflow : auto;
}
.buttons{
	background-color : Black;
	color : #EB871D;
	border : thin dotted #EDB900;
	text-align : center;
}
#menu {
	top : 20px;
	left : 20px;
	z-index : 20;
	position : absolute;
}
#title {
	top : 20px;
	left : 260px;
	position : absolute;
	z-index : 10;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : 75%;
}
#content {
	top : 170px;
	left : 70px;
	background-color : Black;
	z-index : 15;
	position : absolute;
	min-width: 600px;
	width : 90%;
}
#text{
	vertical-align: top;
	font-family : sans-serif;
	font-size : 15pt;
	font-weight : bold;
	background-color : Black;
	color : #EB871D;
	background-image : url(pics/border.gif);
	background-position : top left;
	background-repeat : repeat-y;
	padding : 0 0 0 0;
}
.peremennaya{
	display:none;
}