body {
/*	border-style: solid;
	border-width: 2px;		*/
	margin-left: 100px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 1020px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.chart {
	visibility: visible;
	display: inline;
	width: 620px;
	border-color: #c3c3c3;
	border-style: solid;
	border-width: 1px;
}

.header {
	margin-bottom: 20px;
	text-align: right;
	font-weight: bold;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
}

.chart_text {
	font-size: 10px;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
}

.footerlinks {
	margin-top: 48px;
	font-size: 12px;
	text-align: center;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
}

.footer {
	font-style: italic;
	font-size: 9px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.ads {
	left: 760px;
	height: 850px;
	width: 360px;
/* 	border-width: 240px; */
	top: 130px;
	padding-top: 15px;
	position: absolute;
	background-color: #F4F4F4;
}

.news {
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	height: 300px;
	width: 550px;
	margin-left: 47px;
	padding-top:15px;
	background-color: #F4F4F4;
}

.sponsorhead {
	text-align: center;
    font: bold 11px/1.5em Verdana;
}

.embed_label {
	margin: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.components {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 3px 3px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.overlay {
	position: relative;
	background-color: #ebebeb;
	visibility: hidden;
	z-index: 1;
	right: 100px;
	left: 100px;
	bottom: 100px;
	top: 100px;
	border-width: 2px;
}

.chart_img {
	display: none;
}

.currentprices {
	padding-left: 47px;
	font: bold 13px/1.5em Verdana;
}



.feed_title {
	font-weight: bold;
}

.feed_desc {
	font-style: italic;
}

.feed_table {
}

.feed_row {
}

.feed_cell_date {
	font-size: 9px;
}

.feed_cell_item {
	font-style: italic;
}



/* CSS Tabs is licensed under Creative Commons Attribution 2.5 - http://creativecommons.org/licenses/by/2.5/ */
/* by Joshua Kaufman, unraveled.com */
/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ccffcc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */



/*- Menu Tabs B--------------------------- */

    #tabsB {
	  float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
      font: bold 11px/1.5em Verdana;
      }
      
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }

    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }

    #tabsB a {
      float:left;
      background:url("./tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

    #tabsB a span {
      float:left;
      display:block;
      background:url("./tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */

    #tabsB a:hover span {
      color:#000;
      }

    #tabsB a:hover {
      background-position:0% -42px;
      }

    #tabsB a:hover span {
      background-position:100% -42px;
      }

	#tabsB #current a {
		background-position:0% -42px;
	}

	#tabsB #current a span {
		background-position:100% -42px;
	}

