#landingpagecontent h3
{
 font-size:large;
 font-weight:bold;   
    }

#landingpagecontent h4
{
 font-size:medium;
 font-weight:bold;   
    }
        
    
#landingpagecontent h5
{
    font-size:small; 
    font-weight:bold;
}
    

.StatementHeader
{
	background-color:#FFFFFF;
	/*border-top:solid;
	border-top-color:#000000;
	border-bottom:solid;
	border-bottom-color:#000000;*/
	background-image: url(images/bg-tableheadgold.gif);
	background-repeat:repeat-x;
	font-size:small;
}

/*	
/	LIVE PRICE SECTION
*/

a.refreshpage, a.refreshpage:visited
{
    text-decoration:none;
    color:Blue;
}
a.refreshpage:hover
{
    text-decoration:underline;
}
table.LivePrices {
	width: 480px;
	margin-bottom: 20px;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #999;
}

table.LivePrices th {
	margin: 0;
	/*padding: 3 0 6 0;*/
	padding-top:3px;
	padding-bottom: 6px;
/*	background: url('../images/bgTabBlueGrad.gif') top left repeat-x;*/
    background: url('images/liveprices/headerbg.gif') top left repeat-x;
	text-align: left;
}
table.LivePrices td {
	width: 32%; /* This prevents wrapping of the commodity name */
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
	
	text-align: left;
	vertical-align: middle;
}
table.LivePrices td.numeric, table.LivePrices th.numeric {
	width: 20%;
	text-align: right;
	padding-right: 8px;
}
table.LivePrices td.chart, table.LivePrices th.chart {
	width: 8%;
	text-align: center;
}
table.LivePrices th.text, table.LivePrices th.text 
{
    text-align:left;  
}
table.LivePrices th.text, table.LivePrices th.info, table.LivePrices th.chart, table.LivePrices th.numeric
{
    font-size: small;
}
table.LivePrices th.chart, table.Liveprices td.chart 
{    	
    	padding-right:10px;
    	padding-left:10px;   	
}
table.LivePrices td.text a, table.LivePrices td.text a:visited
{
    text-decoration:none;
    font-size:small;
    color:blue;
}
table.LivePrices td.text a:hover
{
    text-decoration: underline;
}

/*
/   END OF LIVE PRICE SECTION
*/



.tableview th:td
{
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom:1px;
}

.tableview caption 
{
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
	font-size:small;	
	background-image: url(images/bg-tableheadgold.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:19px;
	color:Black;
	padding-left:5px;
}

.terms {
	background-image: url(images/content_tile.jpg);
	background-position:top;
}

body {
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #464646;
}
td {
	font-size: inherit;
}
h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content_tile {
	background-image: url(images/content_tile.jpg);
	width: 739px;
}
.invest_tile {
	background-image: url(images/invest_tile.jpg);
	height: 21px;
	width: 327px;
}
.flash_left {
	background-image: url(images/flash_menu_left.jpg);
	width: 26px;
	height: 228px;
	background-repeat: no-repeat;
}
.flash_right {
	background-image: url(images/flash_menu_right.jpg);
	width: 26px;
	height: 228px;
	background-repeat: no-repeat;
}
.page_footer {
	background-image: url(images/page_footer.jpg);
	width: 739px;
	height: 93px;
}
.page_header_divider {
	font-size: 1px;
	background-color: #D7D7D7;
	line-height: 1px;
	height: 1px;
}
.page_footer_text {
	font-size: 10px;
	color: #838383;
}
.page_footer_text h6 {
	font-size: 10px;
	color: #353535;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}


.magnify
{
	cursor: default;
	list-style: none;
	text-align: left;
    width: 100%;
  /*  height: 143px;*/
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
    display: block;
    position: absolute;
	top: -33px;
	left: -45px;
    z-index: 1;
}

.magnify img
{
	background: #F8F9FE;
	border-color: #aaa #ccc #ddd #bbb;
	/*border-color: #725700;*/
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 180px;
}

.magnify li
{
	background: #F8F9FE;
	border-color: #ddd #bbb #aaa #ccc;
	/*border-color: #725700;*/
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 230px;
	/*height: 180px;*/
}








