body {
    margin: 0px;
	padding: 0px;
	background-image: url(images/chart_bg.png);
	background-repeat: repeat-y;
}

#wrapper {
    width: 245px;
}

#wrapper * {
    font-family : Helvetica, Arial, sans-serif;
	font-size : 11px;
	color:#000;
}

#wrapper a {
	text-decoration:none;
}

#wrapper #chart {
	padding:0 10px;
}


#wrapper h1 {
    color: #002768;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 15px 5px;
	 font-family : Helvetica, Arial, sans-serif;
}

#wrapper h1 a {
	color:#006567;
    font-size:12px;
    font-weight:bold;
	text-decoration:none;
}


#wrapper table {
    width: 245px;
}
table th {
    clear: both;
    padding: 0 0 5px 5px;
    text-align: left;
}
table th a {
    color: #006567;
    font-size: 12px;
    font-weight: bold;
}
table tr#row1 td {
    font-weight: bold;
    padding: 0 0 0 2px;
}
table tr#row2 td {
    font-weight: bold;
    padding: 2px 0 0 2px;
}
table tr#row1 td.col1, table tr#row2 td.col1 {
    padding: 2px 5px;
    width: 85px;
}

#wrapper td.down a {
    color: #FF0000;
}
#wrapper td.up a {
    color: #339900;
}