/* подчеркнутые ссылки */
a.underline:link{
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}

a.underline:visited {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a.underline:hover {
	color: #5986CA;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}

a.webmaster:link {
	color: #5986CA;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.webmaster:hover {
	color: #5986CA;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.webmaster:visited {
	color: #5986CA;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

/* системные ссылки */

a.system:link {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.system:visited {
    color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.system:hover {
	color: #5986CA;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}


/* обычные неподчеркнутые ссылки */
a:link {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #5986CA;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

/* остальные стили */
.table_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4173AD;
}
.copyR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5986CA;
}

.header_note_1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		text-align: left;
        color: #5986CA;
		margin-left: 0px;
		margin-top: -15px;
}


.header_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4173AD;
	text-align: left;
}
.header_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image: url(images/gradient_pat.jpg);
	background-repeat: repeat-y;
}

.search_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;

	border: 0px solid #FFFFFF;
	margin: 2px 3px 2px 3px;
	padding: 0px;
	border: 1px solid #4173AD;
}
.search_table {
	background: #4173AD;
}
.search_submit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13xx;
	margin: 1px 3px 2px 3px;
	background: #4173AD;
	border: 0px solid #FFFFFF;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}

.list_1 {
	FONT-SIZE: 12px;
	MARGIN: 18px 0px 18px 15px;
	COLOR: #000000;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/bullet_2.gif);
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

ul.list_1 li {
	margin: 6px 0px 6px 0px;
}

.list_2 {
	FONT-SIZE: 12px;
	MARGIN: -18px 0px 18px 40px;
	COLOR: #000000;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/bullet_1.gif);
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

