*{
	font-family: arial;
	color: #0F71BD;
}

input{
	font-family: Verdana;
	font-size: 8pt;
	letter-spacing: 1px;
}

textarea{
	font-family: Verdana;
	font-size: 8pt;
	letter-spacing: 1px;
}

.MainTitle{
	font-size: 15pt;
	font-weight:bold;
	letter-spacing: -1px;
}

.SubTitle{
	font-size: 13pt;
	font-weight:bold;
	letter-spacing: -1px;
}

.MainText{
	font-size: 12pt;
}

.SmallText{
	font-size: 10pt;
}

.ResultsBox{
	background: url(images/results_bg.gif);
	text-align:center;
	font-family: Verdana;
	margin: 2px;
	width: 196PX; /*147px;*/
	border:1px dotted #0F71BD;
	padding:5px;
}
.ResultsBox strong{font-family: Verdana;}


.SearchText{
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -1px;
}

#selectOptions{
  	height: 205px;
	padding-left:5px;
	overflow: auto;
	overflow-x: hidden;
}

.option{
	font-family: Verdana;
	font-size: 10pt;
	cursor: pointer;
	border-bottom:1px dotted #F5D1D1;
}

.searchDiv{
	position:absolute;
	padding-bottom: 15px;
	width: 147px;
	background: white url(images/Search_drop_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.searchCombo{
	display:inline;
	margin: 5px;
	cursor:pointer;
	padding-left:7px;
	background: url(images/Search_combo_border.gif);
	background-color: white;
	background-position: left;
	background-repeat: no-repeat;
}
.searchCombo input{cursor:text;}