@charset "windows-1251";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D5D8C4;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D5D8C4;
	border: 0px none;
}

table.bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D5D8C4;
	border: 0px none;
}

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D8C4;
}


a.svoy:link 	{ color: #000000; font-weight:normal; text-decoration: underline; font-size: 12px}
a.svoy:visited 	{ color: #000000; font-weight:normal; text-decoration: underline; font-size: 12px}
a.svoy:active 	{ color: #000000; font-weight:normal; text-decoration: underline; font-size: 12px}
a.svoy:hover 	{ color: #000000; font-weight:normal; text-decoration: none; 	  font-size: 12px}

a:link 		{ color: #D5D8C4; font-weight:normal; text-decoration: underline; font-size: 10px}
a:visited 	{ color: #D5D8C4; font-weight:normal; text-decoration: none; font-size: 10px}
a:active	{ color: #D5D8C4; font-weight:normal; text-decoration: none; font-size: 10px}
a:hover 	{ color: #D5D8C4; font-weight:normal; text-decoration: none; font-size: 10px}

p {padding-left: 4px;}
p.article {text-align: justify;}
p:first-letter {font-weight: bold;}

.red { color: #800000; font-weight:normal; text-decoration:none; font-size: 10px}
.red10 { color: #800000; font-weight:normal; text-decoration:none; font-size: 10px}
.red12 { color: #800000; font-weight:normal; text-decoration:none; font-size: 12px}
.blue { color: #4682B4; font-weight:normal; text-decoration:none; font-size: 12px}

input,
textarea,
select {
	border: 1px solid #999999;
}
.input_red {
	border: 1px solid #FF0000;
}
.input_green {
	border: 1px solid #00FF00;
}

.highlight {
	background-color: #F6F9E2;
}