body {
   background: white;
   font-size: 12pt;
   }
#menu, #navcontainer, #footer, #banner, .hide, #innernav, #sidebar
 {
   display: none;
 }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }

/*
h1	{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	text-transform: lowercase;
	}

h2	{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align:center;
	color: black;
	}

h3	{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0; 
    }

h4	{
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	}
*/

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www. peakinvesting.com" attr(href) ") ";
   }
   
dt, dt a:link, dt a:visited, dt a:hover {
	font-weight: bold; 
	}

dd {
	margin-top: 0;
	margin-bottom: 1em;
	}
/* =========================data tables */
table.data {
	border-collapse: collapse;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.data caption {
	font-weight: bold;
	caption-side: top; 
	width: auto;
	text-align: center;
	margin-bottom: 5px;
	}

.data td, .data th {
	font-family: "lucida grande", verdana, sans-serif;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	white-space: nowrap;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;
	}
	
html>.data td. html>.data th	{
	font-size: x-small;
	} 

.data th {
	font-weight: bold;
	background: #FFFF99;
	}

.data td {
	font-weight: normal;
	background: #fff;
	}

.data .sortCol th {
	background: #D9D9D9;
	}

.data td.buy {
	background-color:green;
	color:white;
	font-weight:bold;
	text-align:center;
	}

.data td.sell {
	background-color:red;
	color:white;
	font-weight:bold;
	text-align:center;
	}

.data td.hold {
	background-color:blue;
	color:white;
	font-weight:bold;
	text-align:center;
	}
