.fast-search
{
	font-weight	: bold;
}
.fast-search .input
{
	
}
.fast-search .submit
{
	background-color	: #656565;
	border		: 0px;
	color		: #FFFFFF;
	font-weight	: bold;
}

.fast-search-results
{
	width		: 100%;
	margin		: 10px 0px 10px 0px;
}
.fast-search-results LI
{
	margin-left	: 25px;
	list-style-type	: circle;
}
.fast-search-results P
{
	font-size		: 7pt;
	background-color	: #F5f5f5;
	margin		: 0px;
	padding		: 2px;
}
.fast-search-results A
{
	color		: #F37A1F;
}
.search-pages
{
	padding		: 4px;
	background-color	: #EEEEEE;
	width		: 100%;
}


/* MAIN TABLE */
.search-results
{
	float		: left;
}
.search-results .right
{
	padding		: 30px;
	vertical-align	: top;
}

/* RIGHT TABLE */
.search-results .right .navigate
{
	border-bottom	: 1px solid #656565;
	padding-bottom	: 6px;
}
.search-results .right .navigate A
{
	
}
.search-results .right .title
{
	margin		: 10px 0px 20px 0px;
	font-size		: 15pt;
	font-weight	: bold;
	color		: #000000;
}
.search-results .right .content
{
	color		: #000000;
	margin-bottom	: 40px;
}
.search-results .right .form
{
	text-align		: center;
	margin-bottom	: 10px;
}
.search-results .right .form .input
{

}
.search-results .right .form .submit
{
	background-color	: #656565;
	border		: 0px;
	color		: #FFFFFF;
	font-weight	: bold;
}
.search-results .right .find
{

}