html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
/*	color: #000000;*/
	font:  10pt Arial, Verdana, sans-serif;
}
/* ======================== ß÷åéêà äëÿ ÊÎÍÒÅÍÒÀ ========================== */
#content_cell {
	height: 100%;
	width:100%;
	padding-right:12px;
	vertical-align: top;
	color: #000000;
}
UL LI {
	/*list-style: disc;*/
	background: transparent url("/images/marrow.gif") no-repeat left 2px;
	padding:0 0 0 12px;
	list-style: none;	
}
ul,table {font-size: 100%;}
img {border:0;}
p {
	padding: 0;
	margin: 0 0 10px 0;
	text-align:justify
}
a {
	color: #00A1E4;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	/*color: #27C9FF;*/
	text-decoration: underline;
}
H1, H2, H3, H4, H5, H6 {
	text-align: left;
	vertical-align: middle;
	padding-left: 25px;
	background: transparent url( "/images/arrow2.gif" ) no-repeat left center;
	color: #000000;
}
H1:first-letter, H2:first-letter, H3:first-letter, H4:first-letter, H5:first-letter, H6:first-letter {
	color: #00A1E4;
}
H1 {
	font-size: 160%;
	margin: 0.7em 0 0.5em 0;
}
H2 {
	font-size: 160%;
	color: #686868;
	margin: 5px 0 10px 0;
}
H3 {
	font-size: 120%;
	padding-top: 2px;
	margin: 5px 0 10px 0;
}
H4 {
	font-size: 120%;
	color: #686868;
	padding-top: 2px;
	margin: 5px 0 10px 0;
}
H5 {
	font-size: 100%;
	padding-top: 3px;
	margin: 5px 0 10px 0;
}
H6 {
	font-size: 100%;
	color: #686868;
	padding-top: 3px;
	margin: 5px 0 10px 0;
}
.bstar {
	color: #00ADEF;
	vertical-align: top;
	font-size: 70%;
}
.bstar A {color: #e60000;}
table.table {
	border-collapse: collapse;
	border:1px solid #5E5A5B;
}
table.table th,
table.table tr.trheader td {
	background-color:#87CEFA;
	font-weight:bold;
	font-size:11px;
}
table.table td,table.table th{
	text-align:center;
	vertical-align:center;
	border:1px solid #5E5A5B;
	padding:3px;
}
table.table td {
	font-size:10px;
}