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.belka {
	color: black;
}

A.belka:hover {
	color: white;
}

TABLE.def {
	background-color: #F4F4F4;
	border-spacing: 0px;
	border-width: 0px;
}

TD.def {
	background-color: #F4F4F4;
	border-width: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

TD.up {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	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: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

INPUT {
	border: 1px solid #888899;
	background: rgb(239,239,239);
	font: 11px Verdana;
	color: #202023;
}

TEXTAREA {
	border: 0px solid #888899;
	background: #DFDFDF;
	font: 11px Verdana;
	color: #202023;
	width: 100%;
	cursor: text;
}

SELECT {
	border: 1px solid #888899;
	background: rgb(239,239,239);
	font: 11px Verdana;
	color: #202023;
}
