html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img, body, html {
  border:  none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
q:before, q:after {
  content: '';
}
body {
  border:  none;
  margin: 0;
  font-size: 10pt;
  line-height: 1.4em;
  font-family: Verdana;
  color: #464646;
}
h2 {
  font-size: larger;	
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
a:link {
  color: #1f527b;
  text-decoration: none;
}
a:active {
  color: #4f85ae;
  text-decoration: none;
}
a:hover {
  color: #0d3059;
  text-decoration: underline;
}
a:visited {
  color: #4f85ae;
  text-decoration: none;
}
p {
  padding-bottom: 5px;
}
.sharesb {
  border: 1px solid #dddddd;
  padding: 10px;
  clear: both;
  font-size: 12px;
  position: relative;
}
.sharesb h3 {
  margin: 0 5px 0 3px;
  padding: 0 3px 0 0;
  font-weight: normal;
}
/*
.sharesb ul li {
  padding: 0 4px 6px 0;
  display: block;
  text-align: left;
}
*/
.sharesb ul li.delicious {
  padding: 0 4px 6px 0;
  display: block;
  text-align: left;
  background: transparent url(../images/delicious.gif) no-repeat scroll 0 50%;
  padding-left: 20px;
}
.sharesb ul li.digg {
  padding: 0 4px 6px 0;
  display: block;
  text-align: left;
  background: transparent url(../images/digg.gif) no-repeat scroll 0 50%;
  padding-left: 20px;
}
.sharesb ul li.reddit {
  padding: 0 4px 6px 0;
  display: block;
  text-align: left;
  background: transparent url(../images/reddit.gif) no-repeat scroll 0 50%;
  padding-left: 20px;
}
.sharesb ul li.facebook {
  padding: 0 4px 6px 0;
  display: block;
  text-align: left;
  background: transparent url(../images/facebook.gif) no-repeat scroll 0 50%;
  padding-left: 20px;
}
.sharesb ul li.stumbleupon {
  padding: 0 4px 6px 0;
  display: block;
  text-align: left;
  background: transparent url(../images/stumbleupon.gif) no-repeat scroll 0 50%;
  padding-left: 20px;
}
.centerbody {
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  background: #ffffff none repeat scroll 0% 50%;
  color: #464646;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1024px;
}
.arr {
  padding: 0px 0px 5px 10px;
  line-height: 1.4em;
  background: transparent url(../images/arrow.gif) no-repeat scroll 0px 6px;
}
pre {
	padding: 10px;
	padding-bottom: 1em;
	overflow: hidden;
	overflow-x: auto;
	background: #eeeeee;
	font-size: 105%;
	*font-size: 100%;
	clear: both;
}
* html pre {
	width: 600px;
}
.chart-image-over{
	border-top:thin solid #eeeeee; 
	border-left:thin solid #eeeeee; 
	border-right:medium solid #bbbbbb; 
	border-bottom:medium solid #bbbbbb;
	cursor:pointer;
	text-align:center;
}