/* CSS Document */

<style>
.style10 {font-size: 12px; color: #339933;font-weight: bold;}
body,td,th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
}

a:link    {font-family: Tahoma, Arial, Helvetica; text-decoration: none;      color: #339900; font-size: 12px; }
a:visited {font-family: Tahoma, Arial, Helvetica; text-decoration: none;      color: #339900;}
a:hover   {font-family: Tahoma, Arial, Helvetica; text-decoration: underline; color: #FF8000; }
a:active  {font-family: Tahoma, Arial, Helvetica; text-decoration: none;      color: #339933;}



.стиль9 {font-size: 10px; font-weight: bold; }

h1 {color: #FF8000; font-size: 16px}
.red {color: #FF0000; font-weight: bold;}
.orang {color: #FF8000; font-weight: bold;}
.orangb {font-size: 16px;font-weight: bold; color: #FF8000;}
.white {color: #FFFFFF; font-weight: bold;}
.small {font-size: xx-small}

.TL {
	background-image:  url(100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 5px;
	width: 5px;
}

.TR {
	background-image:  url(200.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 5px;
	width: 5px;
}

.BL {
	background-image: url(400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 5px;
	width: 5px;
}

.BR {
	background-image: url(300.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 5px;
	width: 5px;
}

.Top {
	background-image:  url(line-u.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 5px;
}

.Bottom {
	background-image:  url(line-d.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 5px;
}

.Left {
	background-image:  url(line-l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 5px;
}

.Right {
	background-image: url(line-r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 5px;
}

</style>

