/* CSS Document */

/*******************************************************/
/*  The selectors below control the colors             */
/*  of the links and the navigaton bar                 */
/*  (as well as other minor elements)                  */
/*  and should typically be set to the same hex value. */
/*******************************************************/

a,
.fs_searchentry,
.fs_searchentry_bottom {
	color: #29356b;
}
.fs_search,
#fs_imageresults img {
	border: 1px solid #29356b;
}
.fs_navbar,
#fs_autoresults table tr.tbl_title {
	background-color: #29356b;
}

/*************************************************/
/*  The following selector controls the color    */
/*  of the links as they are moused over.        */
/*************************************************/

a:hover {
	color: #C53D41;
}

/*************************************************/
/*  The following selectors control the color    */
/*  of the url listed in search results.         */
/*************************************************/

#fs_contentcolumn div.fs_url,
#fs_spons_results .fs_url {
	color: #1c9f09;
}

/*************************************************/
/*  The following selectors control the color    */
/*  of the business listings links.              */
/*************************************************/

.fs_blisting a {
	color: #e88e00;
}