/*
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	color: #020202;
	margin-top: 30px;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #020202;
	margin-top: 30px;
}
*/
A {
	color: #034BAC;
}

h2 SPAN.word2 {
	font-weight: normal;
	color: #C60900;
}
SPAN.marked {
	color: #D1131D;
}
SPAN.marked2 {
	color: #9A9A9A;
	font-weight: bold;
}
/*p,ul,ol,.standart,table {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #747577;
	line-height: 14px;
	margin-bottom: -10px;
}*/
/*
p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #747577;
	line-height: 14px;
	margin-bottom: -10px;
}
*/
table.standart-table {
	border-collapse: collapse;
	border: 1px solid #BABBBC;
}
table.standart-table TD {
	border: 1px solid #BABBBC;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 17px;
	padding-right: 17px;
}

table.layout-table {
	border-collapse: collapse;
	border: 0px solid #000000;
}
table.layout-table TD {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 17px;
}
a.article {
	color: #020202;
	text-decoration:none !important;
}
a.article:hover {
	text-decoration:underline !important;
}