/* css style for Doug Gnazzo's "The Golden Mean Honest Money Report" - 'Default' by Jeremy von Oy */
/* Added: August 31st, 2005 */

/* basic elements */
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #0000cc;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #0000cc;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ffff00;
	}
body {
	margin-top:0px;
	padding-top:0px;
}
table   {
	border-collapse: collapse;
	outline-style: solid;
	}  
td	{
	color: #000000;
	padding: 10px;
	text-align: center;
	}
hr	{
	color: #000099;
	width: 50%;
}
/* specific divs in rough order of appearance on page*/
#date {
    background-color: #000099;
	color:#ffff00;
	height:2em;
	text-align:right;
	line-height:2em;
	margin-bottom:0px;
}
#date td {
    text-align: right;
    color:#fff000;
}

#textBlurb {
	color: #800000;
	font-style: italic;
	font-weight: bold;
	margin:0 auto;
}
#topLinkBar {
	border-color:#800000;
	border-style:solid;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top:10px;
    text-align: center;    
    }

#topLinkBar table {
    background-color: #c0c0c0;
    border-style:none;
    margin-left: 0px;
    margin-right: 0px;
    }

#leftBar { 
	border-color:#800000;
	border-style:solid solid solid solid;
    color: #ffff00;
    font-weight: bold; 
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right:20px;
    padding:0px;
    width:170px;
	}

#leftBar table {
    color: #ffff00;
    background-color: #c0c0c0;
}

#center {
    margin-top: 0px;
}

#center img {
    margin-bottom: 20px;
}
#bottomLinkBar {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    }
#bottomLinkBar table {
    border-collapse: collapse;
    background-color: #000099;
    }
#bottomLinkBar a:link {
    color: #ffffff;
    }
#bottomLinkBar a:hover {
    color: #ffff00;
    }
#bottomLinkBar a:visited {
    color: #ffffff;
    }
#disclaimer {
    text-align: center;
    font-size: 10pt;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
#footer {
    text-align:center;
}
.picBox {
    color: #fff000;
    background-color: #000000;
    font-weight: bold;
}
.article {
    color: #000000;
    margin-top: 20px;
}
td.article {
    color: #000000;
    text-align: left;
}
.forumBorders1 {
	border-left:3px solid black;
	border-right:3px solid black;
	border-top:3px solid black;
	border-bottom: 3px solid black;
	color: #ffff00;
    text-align: center;
    padding: 5px;
    background-color: #000099;
}
.forumBorders1 a:link {
    color: #ffff00;
}
.forumBorders1 a:hover {
    color: #000000;
}
.forumBorders1 a:visited {
    color: #ffff00;
}
.forumBorders2 {
	border-bottom:3px solid black;
	border-left:3px solid black;
	border-right:3px solid black;
	color: #000000;
    margin-top: 20px;
}
td.forumBorders2 {
    color: #000000;
    text-align: left;
}
td.heading {
    text-align: center;
    padding: 5px;
    background-color: #800000;
}
.heading {
    color: #ffff00;
    font-weight: bold;
}

.blueHeading {
    color: #ffff00;
    text-align: center;
    padding: 5px;
    background-color: #000099;
}

.blueHeading a:link {
    color: #ffff00;
}
.blueHeading a:hover {
    color: #000000;
}
.blueHeading a:visited {
    color: #ffff00;
}
}