/* Style Sheet */
	BODY {
		font-family: Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		font-size: 12pt;
	}

	/************** CONTENT **********/
		#content {	

		}
		#content TABLE {
			
		}		

	/************** SUGGESTIONS **********/
		#suggestions {
			visibility: hidden;
		}
	/************** SEARCH RESULTS **********/
		#sponsored_links {
			visibility: hidden;
		}
		
		#results {
			margin-top: 5px;
		}
		#paid {
			color: #000000;
			float: left;
			font-size: 90%;
			font-weight: normal;
			width: 80%;
		}
		#paid .description {
			color: #000000;
			text-decoration: none;		
		}
		#paid TABLE {

		}
		#paid TD {
			padding: 13px;
		}
		#paid B {
			color: #0000CC;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 110%;
		}
		#paid A {
			color: #008000;
			font-size: 90%;
			text-decoration: none;
		}
		#paid A:hover {
			color: #008000;
			font-size: 90%;
			text-decoration: none;
		}	
		
		#paid .result_href A {
			color: #000000;
			font-size: 90%;
			text-decoration: none;
			display:block;
			width: 100%;
		}

		#paid .result_href A:hover {
			text-decoration: none;
			color: #000000;
			display:block;
			width: 100%;
		}	

		#paid .results_full_width_link A {
			color: #0000CC;
			display:block;
			width: 100%;
			font-size: 110%;
			font-weight: lighter;
			text-decoration: underline;
		}

		#paid .results_full_width_link A:hover {
			color: #0000CC;
			display:block;
			width: 100%;
			font-weight: lighter;
			font-size: 110%;
			text-decoration: underline;
		}
	/************** FOOTER **********/
		#footer {
			clear: both;		
		}
/* End Style Sheet */