/* General Formatting __________________________ */
a { text-decoration: none; }
a:link { color: #0055A6; }
a:active { background: #eee; }
a:visited { color: gray; }
a:hover { border-bottom: 1px dotted #000; color: #000; }
.clearLeft { clear: left; }
.clearBoth { clear: both; }
/* // End General Formatting  ___________________ */

.homeContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: right;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: right;
}
.below_links{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #040AC0;
	font-weight: regular;
	text-align: right;
}
.links_line{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: regular;
	text-align: right;
}
.below_images{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #black;
	font-weight: regular;
	text-align: right;
}
.sample {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.resultsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
	ol {
	list-style-type: decimal;
	margin-right: 20px;
	}

	li {
	margin-bottom: 1.4em;
	}

	li a {
	font-weight: bold;
	color: #0055A6;
	}

	li p {
	margin: 0px 0px;
	padding: 2px 0px;
	}
}

.title {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0055A6;
	}

.desc,.link {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

.AdPod {
  border: 0;
  margin: 0;
  padding: 0;
  background-color:transparent;
  background-image: none;
}