.tbl1BG {
	background-image: url(images/main_pg_bg.jpg);
	background-repeat: no-repeat;

}
.tbl2BG {
	background-image: url(images/btm_bg.jpg);
	background-repeat: repeat;
}
.lyr1 {
	left: 558px;
	z-index: inherit;
	position: fixed;
	visibility: visible;
	top: 23px;
}
.unorderdlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: circle;
}
font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
 
 
.style30 {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	

/* support Firefox, Safari/WebKit, Opera and IE8 */

div.suggestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0066CC;
	border: #FFFFFF;
	font-weight: normal;
	height: auto;
	width: 13%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}