body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.chartheader{
background-color:#333;
vertical-align:top;
text-align:left;
height: 31px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font: 9px ;
color: #999999;
font-weight:;
}


/* font adjustments */
	.yeah{
	    font-weight:;
	}
	
	.gray{
	    color:#777777;
	}


    	
/* body text */

    .text3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #333;	
					
    }
    .text3 a{
        text-decoration:none;
        color: #333;
	}
    .text3 a:hover{
        text-decoration: none;
        color: #333;
    }
	
/* number text */	
    .number{
        font-family: Arial;
        font-size:14px;
		font-weight:bold;
		vertical-align:top;
		color: #006699;
    }
	.lastweeknumber{
	  font-family: Arial;
        font-size:12px;
		font-weight:bold;
		vertical-align:top;
	    color: #666666;
	}
    .number a{
        text-decoration:none;
        color:#766d5b;
    }
    .number a:hover{
        text-decoration: none;
        color:#766d5b;
    }	
	
	
/* Header text */	
    .text4{
        font-family:verdana;
        font-size:9px;
		color: #333;
    }
    .text4 a{
        text-decoration:none;
        color:#C93160;
    }
    .text4 a:hover{
        text-decoration:underline;
        color:#000000;
    }

/* hover option */
A:hover {
	COLOR: #C93160; BACKGROUND-COLOR: #;
		}
		
.cd{
vertical-align:top;
text-align:center;
padding: 0px 0px 0px 0px ;
}		


/* Top Header */
	.tableHeader{
		background-color: #faf8f1;
		background-image:url();
		border: solid 1px #333333;
	}
	
/* body bg */	
    tr.chartLightBorder td{
        background: #ccc;
	    border: 1px solid #333;
}

/* Table border */    

	.tableBorder{
	    border: 1px solid #666666;
        padding:0px;
		margin-top: 1px;
		margin-left: 1px;
		background-color:#ccc;
	}

/* table mouse over */	
    .tableCellOn{
	    background-color: #6699CC;
			
    }
    tr.tableCellOn td{
    	border: 1px solid #333;
    }

.foot{
background-color:#CC66FF;
}