DIV.select_list{
	position:	relative;
	width:		100%;
	background:	#ffffff;
	border-top:	1px solid #a3bbc7;
	border-left:	1px solid #a3bbc7;
	border-right:	1px solid #a3bbc7;
	border-bottom:	0px solid #a3bbc7;
	padding-top:	5px;
	padding-left:	10px;
	padding-right:	10px;
	padding-bottom:	5px;
	margin-bottom:	0px;
}
TD.select_list{
	font-family:	Tahoma;
	font-size:	12px;
	color:		#333333;
	height:		20px;
}
.select_list a,
.select_list a:active,
.select_list a:visited{
	color:		#333333;
	text-decoration:none;
}
.select_list a:hover{
	color:		#a3bbc7;
	text-decoration:underline;
}
.complex_list{
	position:absolute;
	display:block;
	width:	198px;
	height:	100px;
	background-color:#ffffff;
	border:	1px solid #a3bbc7;
	font-family: Times New Roman;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #06354b;	
	padding: 10px;
	z-order: 4;
}
.complex_list a,
.complex_list a:hover,
.complex_list a:active,
.complex_list a:visited{
	color: #06354b;
	text-decoration: none;
}
