<!--
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #020202;
}
body {
	background-color: #020202;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #3d354f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3d354f;
}
a:hover {
	text-decoration: underline;
	color: #3d354f;
}
a:active {
	text-decoration: none;
	color: #3d354f;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}


a.botMenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
}
a.botMenu:link {
	text-decoration: none;
}
a.botMenu:visited {
	text-decoration: none;
	color: #333;
}
a.botMenu:hover {
	text-decoration: underline;
	color: #333;
}
a.botMenu:active {
	text-decoration: none;
	color: #333;
}


a.botMenu2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8B8B8B;
}
a.botMenu2:link {
	text-decoration: none;
}
a.botMenu2:visited {
	text-decoration: none;
	color: #8B8B8B;
}
a.botMenu2:hover {
	text-decoration: underline;
	color: #8B8B8B;
}
a.botMenu2:active {
	text-decoration: none;
	color: #8B8B8B;
}




a.topMenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a.topMenu:link {
	text-decoration: none;
}
a.topMenu:visited {
	text-decoration: none;
	color: #ffffff;
}
a.topMenu:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.topMenu:active {
	text-decoration: none;
	color: #ffffff;
}



.formSaerchTitle {
	color: #ffffff;	
	padding-left: 12px;
}

.inputStyle1 {
	background:#020202; 
	color: #f5f5f5; 
	border: 1px solid #666; 
	width: 100%;	
}

.paramTitle {
	padding: 4px 8px;
	font-weight: bold;
	background: #dbc2fa;
}

.valueTitle {
	padding: 4px 8px;
	background: #ecdaff;
}

.formSaerchTitle {
	color: #000;
	font-weight: bold;	
	padding-left: 12px;
}

.inputStyle1 {
	background:#fff; 
	color: #000; 
	border: 1px solid #666; 
	width: 100%;	
}

-->