/* CSS Document */


.search_table{
	background-image: url(search_background.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #99E071;
	border-right-color: #99E071;
	border-bottom-color: #99E071;
	border-left-color: #99E071;
}

.search_title {
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-weight: 700;
}


.lhscolumn_table{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #99E071;
	border-right-color: #99E071;
	border-bottom-color: #99E071;
	border-left-color: #99E071;
}

.lhscolumn_table_BorderBottom{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #99E071;
	border-right-color: #99E071;
	border-bottom-color: #99E071;
	border-left-color: #99E071;
	background-image: url(lhs_links_background.gif);
}

.lhscolumn_table a{
	font-size: 12px;
	font-weight: 600;
	color: #99BF60;
	text-decoration: none;
	width: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.lhscolumn_table a:hover{
	font-size: 12px;
	font-weight: 600;
	color: #99BF60;
	text-decoration: underline;
	width: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}