
BODY {
	font-family: Arial,sans-serif;
	font-size: 11px;
}

A {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	cursor: pointer;
}


A.abc {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	cursor: pointer;
}
H1.abc {
	color: #000000;
	font-size: 6pt;
	text-decoration: none;
	cursor: pointer;
}

A:hover {
	color: red;
}

a.x {
	color: black;
}

a.x:hover {
	color: white;
}


A.belka {
	color: black;
}

A.belka:hover {
	color: white;
}

TABLE.def {
	background-color: #FFFFFF;
	border-spacing: 0px;
	border-width: 0px;
}

TD.def {
	background-color: #FFDDDD;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	border: solid 1px red;
	padding: 8px;
}

TD.up {
	font-family: tahoma;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	border-width: 0px;
	background: url(up.jpg);
}

TR.up {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	border-width: 400px;
	background: url(up1.jpg);
}

TD.light {
	background-color: #FFFFFF;
	border-width: 0px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

TD.dark {
	background-color: #FFC919;
	border-width: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

TD.background {
	background-image: url(http://image-share.com/gfx/background.png);
	border-width: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

TD.lightorange {
	background-color: #FFD92E;
	border-width: 0px;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
}

table.bar {
	border: 1px solid black;
}

INPUT[type="button"] {
	font: 8pt Verdana;
}

input[type="checkbox"] {
	font: 8pt Verdana;
}

TEXTAREA {
	border: 0px solid #888899;
	background: #DFDFDF;
	font: 8pt Verdana;
	color: #202023;
	width: 100%;
	cursor: text;
}

SELECT {
	border: 1px solid #888899;
	background: rgb(239,239,239);
	font: 11px Verdana;
	color: #202023;
}

#topbar{
	position:absolute;
	cellspacing: 0px;
	width: 310px;
	height: 80px;
	visibility: hidden;
	z-index: 100;
}

a.flytitle {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
}

div.flytext {

	color: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
	text-align:left;
	margin:0px;
        cellspacing: 0px;
        border:0px;

}

div.flybox {
        width:192px; 
        height:64px; 
        float:left;
	padding:2px ;
	margin:2px;
}
div.flyfoot {
	background-color:black;
        width:600px; 
	height:16px;
	position:absolute;
	bottom:0px ;
	left:0px;
}