.main_text {
	font-family:Arial;
	font-size:17px;
	font-style:normal;
	width:780px;
}
.form_text {
	font-family:Arial;
	font-size:12px;
	color:black;
	font-style:normal;
}
A.main:LINK {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	color:black;
	text-decoration:underline;
}
A.main:VISITED {
	font-family:inherit;
	font-size:inherit;
	font-style: inherit;
	color:black;
	text-decoration:underline;
}

A.main:HOVER {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	color:Red;
	cursor : auto;
	text-decoration:none;
}
A.main:ACTIVE {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	color:lightgrey;
	text-decoration:blink;
}
A.data_link:LINK {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	color:brown;
	cursor : auto;
	text-decoration:none;
}
A.data_link:VISITED {
	font-family:inherit;
	font-size:inherit;
	font-style: inherit;
	color:brown;
	text-decoration:none;
}
A.data_link:HOVER {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	color:Red;
	cursor : auto;
	text-decoration:none;
}
A.data_link:ACTIVE {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	color:lightgrey;
	text-decoration:blink;
}
OL.listA {
	list-style:decimal;
	color:#990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bolder;
}

LI.lineA {
	font-style : normal;
	font-size : larger;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #990000;
}



