@charset "utf-8";
/* CSS Document */
a:link {color:#007C8E; text-decoration:underline; font-weight:bold;}
a:visited {color:#007C8E; text-decoration:underline; font-weight:bold;}
a:hover {color:#007C8E; text-decoration:none; font-weight:bold;}
a:active {
	color:#007C8E;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
}

#quicksearch {
	width: 196px;
	background-color: #eee;
	}

#quicksearch * {
	margin: 0;
	padding: 0;
	}

#quicksearch .sectiontop {
	display: block;
	background-color: #000;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0px 5px 0px;
	}
	
#quicksearch .search {
	display: block;
	text-decoration: 
	background-color: #bbbbbb;
	color: #000000;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0px 5px 0px;
	}
	
#quicksearch .search2 {
	display: block;
	text-decoration: 
	background-color: #eeeeee;
	color: #000000;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0px 5px 0px;
	}
	
#qswrapper {
	width: 190px;
	margin: 0px;
	border-left-width-value: 2px;
	border-left-style-value: solid;
	border-left-color-value: #000000;
	}

#qswrapper select,
#qswrapper input {
	margin: 3px;
	width: 98%;
	}

.formContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}

#lgft {
	width: 196px;
	background-color: #eee;
	}

#lgft * {
	margin: 0;
	padding: 0;
	}

#lgft .lgfttop {
	display: block;
	background-color: #b8a039;
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 0px 2px 0px;
	}
	
#lgft .lgftbottom {
	display: block;
	background-color: #eeeeee;
	color: #000000;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 0px 2px 0px;
	}
