/* css style for Doug Gnazzo's "Honest Money Gold & Silver Report" - 'Blue and White color scheme' by Jeremy von Oy */
/* Added: August 31st, 2005 */

/* basic elements */
body {
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
}
p { 
	margin-top: 0px; 
	text-align: justify;
	}
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;
	}
table   {
	border-collapse: collapse;
	width: 100%;
	}  
td	{
	color: #800000;
	padding: 5px;
	text-align: left;
	}

/* 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:15px;
}
#date td {
    text-align: right;
    color:#fff000;
}
#titleText {
    color: #800000;
    font-size: 24pt;
    text-align: center;
    margin-bottom: 20px;
	}
#bottomLinkBar {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    }
#bottomLinkBar table {
    border-collapse: collapse;
    background-color: #000099;
    }
#bottomLinkBar a:link {
    color: #ffffff;
    }    
#bottomLinkBar a:hover {
	color: #ffff00;
    }
#bottomLinkBar a:visited {
    color: #ffffff;
    }
#bottomLinkBar td {
    text-align: center;
    width: 20%;
}
#footer {
    text-align:center;
    margin-bottom:30px;
}
#article {
    color:#000000;
    margin-top: 20px;
    text-align: left;
}
#article td {
    color:#000000;
}
.blueText {
	color: #000099;
}
.buttonContainer {
	text-align:center;
}
.button {
	text-align:center;
	background:url(../images/button-blk.gif);
	height:39px;
	margin:0px auto;
	width:231px;
}
td.commentaryDisclaimer {
	background: #800000;
	color: #ffff00;
	text-align: left;
}
.center {
	text-align:center;
}
.italic {
	font-style: italic; 
}
.centeredImage {
	margin-left:50%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.chartHeading {
	color: #800000;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
