/* ----- InvestorPlace Lists Stylesheet -- /parts/css/base.css ----- */

html {
	height:101%;
}

body {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#333333;
}

/* ----- DEFAULT TAG STYLES ----- */
a:link,a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
img {
	border:0;
}
.clear {
	clear:both;
}
.attn {
	color:#CC0000;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,table {
	padding:0;
	margin:0 0 10px 0;
}
blockquote {
	padding:0;
	margin:0 0 10px 20px;
}
h1,h2,h3 {
	color:#333333;
}
h4,h5,h6 {
	color:#333333;
}
h1 a:link,h2 a:link,h3 a:link,h1 a:visited,h2 a:visited,h3 a:visited {
	color:#333333;
	text-decoration:none;
}
h1 a:hover,h2 a:hover,h3 a:hover {
	text-decoration:underline;
}
h4,h5,h6 {
	color:#333333;
}
h4 a:link,h5 a:link,h6 a:link,h4 a:visited,h5 a:visited,h6 a:visited {
	color:#333333;
	text-decoration:none;
}
h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration:underline;
}
h1 {
	font-size:1.9em;
}
h2 {
	font-size:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.65em;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:0.85em;
}
p,ul,ol,li,table,td,th {
	font-size:.85em;
}
ul li {
	list-style:square;
}
td p {
	font-size:1em;
}

/* ----- DEFAULT CLASS/ID STYLES ----- */
#container {
	width:750px;
	margin:15px auto;
}
.nav {
	display:none;
}
.nav a:link,.nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}
#links span,.nav span {
	padding:0 12px;
}

/* ----- HEADER STYLES ----- */
#header #links {
	display:none;
}
#header #logo {
	display:none;
}
#header #logo-p {
	display:block;
	height:80px;
	background:#FFFFFF;
	border:none;
}
#header .nav {
	display:none;
}
#header #shadow {
	display:none;
}

/* ----- MAIN BODY STYLES ----- */
#main {
	width:100%;
	background:#FFFFFF;
	margin:0;
	border:none;
}
#main #text {
	padding:20px;
}
#main #text p,#main #text blockquote {
	font-size:.75em;
}
#main #text b,#main #text strong {
	color:#333333;
}
#main #text ol,#main #text ul {
	margin:0 0 10px 15px;
}
.subscriber {
	width:525px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#main #text .subscriber td b,#main #text .subscriber td strong {
	color:#333333;
}
.subscriber thead th,.subscriber tbody td {
	border-bottom:1px solid #CCCCCC;
	padding:9px 6px;
}
.subscriber thead th {
	background:#666666;
	color:#FFFFFF;
}
.subscriber tbody td,.subscriber thead th,#main #text ol li,#main #text ul li {
	font-size:.86em;
}
#main #text li li,#main #text td li {
	font-size:1.25em;
}
#dave-ferry,#mike-ferry {
	margin:0 0 10px 0;
}
#dave-ferry .imgleft,#mike-ferry .imgleft {
	float:left;
}
#dave-ferry .inforight,#mike-ferry .inforight {
	margin:0 0 0 125px;
}
#jump {
	margin: 0pt 0pt 10px;
	font-size: 0.7em;
}
#email td {
	padding:2px 0;
}
#email tr.hl td {
	background:#EFEFEF;
}

/* ----- FOOTER STYLES ----- */
#footer {
	width:730px;
	margin:0 auto;
}
#footer .nav {
	display:none;
}
#footer #copyright {
	padding:15px;
	text-align:center;
	font-size:.7em;
	color:#666666;
}